
Go to the source code of this file.
| #define SHMEDIA_ADD_OPC 0x00090000 |
Definition at line 139 of file sh64-opc.h.
| #define SHMEDIA_ADDI_OPC 0xd0000000 |
Definition at line 138 of file sh64-opc.h.
| #define SHMEDIA_LIKELY_BIT 0x00000200 |
Definition at line 128 of file sh64-opc.h.
| #define SHMEDIA_MOVI_OPC 0xcc000000 |
| #define SHMEDIA_NOP_OPC 0x6ff0fff0 |
Definition at line 140 of file sh64-opc.h.
| #define SHMEDIA_PT_OPC 0xe8000000 |
Definition at line 129 of file sh64-opc.h.
| #define SHMEDIA_PTA_OPC 0xe8000000 |
Definition at line 131 of file sh64-opc.h.
| #define SHMEDIA_PTB_BIT 0x04000000 |
| #define SHMEDIA_PTB_OPC 0xec000000 |
Definition at line 132 of file sh64-opc.h.
| #define SHMEDIA_PTREL_OPC 0x6bf50000 |
Definition at line 135 of file sh64-opc.h.
| #define SHMEDIA_SHORI_OPC 0xc8000000 |
| #define SHMEDIA_TEMP_REG 25 |
Definition at line 141 of file sh64-opc.h.
| enum shmedia_arg_type |
Definition at line 37 of file sh64-opc.h.
| enum shmedia_nibble_type |
Definition at line 25 of file sh64-opc.h.
| const shmedia_creg_info shmedia_creg_table[] |
| const shmedia_opcode_info shmedia_table[] |
Definition at line 27 of file sh64-opc.c.
Referenced by initialize_shmedia_opcode_mask_table(), and print_insn_shmedia().
1.5.6