PSP-EMU rev 57
Un emulador en c++ para SONY PSP
|
#include <cAllegrexDefs.h>
Atributos públicos | |
struct { | |
unsigned __pad0__: 26 | |
unsigned opcode: 6 | |
} | generico |
struct { | |
unsigned __pad0__: 4 | |
unsigned cpN: 2 | |
unsigned fmt: 5 | |
unsigned func: 6 | |
unsigned rD: 5 | |
unsigned rS: 5 | |
unsigned rT: 5 | |
} | tipoCP |
struct { | |
unsigned __pad0__: 6 | |
unsigned imm:16 | |
unsigned rS: 5 | |
unsigned rT: 5 | |
} | tipoI |
struct { | |
unsigned __pad0__: 5 | |
unsigned off:26 | |
unsigned tipo: 1 | |
} | tipoJ |
struct { | |
unsigned __pad0__: 6 | |
unsigned func: 6 | |
unsigned rD: 5 | |
unsigned rS: 5 | |
unsigned rT: 5 | |
unsigned sa: 5 | |
} | tipoR |
uint32_t | valor |
unsigned tRegistroInst::__pad0__ |
unsigned tRegistroInst::cpN |
unsigned tRegistroInst::fmt |
unsigned tRegistroInst::func |
struct { ... } tRegistroInst::generico |
unsigned tRegistroInst::imm |
unsigned tRegistroInst::off |
unsigned tRegistroInst::opcode |
unsigned tRegistroInst::rD |
unsigned tRegistroInst::rS |
unsigned tRegistroInst::rT |
unsigned tRegistroInst::sa |
unsigned tRegistroInst::tipo |
struct { ... } tRegistroInst::tipoCP |
struct { ... } tRegistroInst::tipoI |
struct { ... } tRegistroInst::tipoJ |
struct { ... } tRegistroInst::tipoR |
uint32_t tRegistroInst::valor |