Go to the source code of this file.
Macros | |
#define | JAL 0x03 |
#define | ADDIU 0x09 |
#define | LUI 0x0F |
#define | LW 0x23 |
#define | LOWER(x) ((x) & 0xFFFF) |
#define | UPPER(x) ((x) >> 16) |
#define | OPCODE(x) ((x) >> 26) |
#define | GET_RS(x) ((x >> 0x15) & 0x1F) |
#define | GET_RT(x) (UPPER(x) & 0x1F) |
#define JAL 0x03 |
Definition at line 4 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define ADDIU 0x09 |
Definition at line 5 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define LUI 0x0F |
Definition at line 6 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define LW 0x23 |
Definition at line 7 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), and load_obfuscation_shims().
#define LOWER | ( | x | ) | ((x) & 0xFFFF) |
Definition at line 8 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define UPPER | ( | x | ) | ((x) >> 16) |
Definition at line 9 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define OPCODE | ( | x | ) | ((x) >> 26) |
Definition at line 10 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define GET_RS | ( | x | ) | ((x >> 0x15) & 0x1F) |
Definition at line 11 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().
#define GET_RT | ( | x | ) | (UPPER(x) & 0x1F) |
Definition at line 12 of file mips.h.
Referenced by battle_heap_create_obfuscated(), general_heap_create_obfuscated(), load_engine_data_obfuscated(), and load_obfuscation_shims().