Searched refs:tic6x_operand_mem_short (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x.h | 337 tic6x_operand_mem_short, enumerator
|
D | tic6x-opcode-table.h | 102 #define ORMEMSB { tic6x_operand_mem_short, 1, tic6x_rw_read, 3, 3, 0, 0 } 103 #define OWMEMSB { tic6x_operand_mem_short, 1, tic6x_rw_write, 3, 3, 0, 0 } 106 #define ORMEMSH { tic6x_operand_mem_short, 2, tic6x_rw_read, 3, 3, 0, 0 } 107 #define OWMEMSH { tic6x_operand_mem_short, 2, tic6x_rw_write, 3, 3, 0, 0 } 110 #define ORMEMSW { tic6x_operand_mem_short, 4, tic6x_rw_read, 3, 3, 0, 0 } 111 #define OWMEMSW { tic6x_operand_mem_short, 4, tic6x_rw_write, 3, 3, 0, 0 } 114 #define ORMEMSD { tic6x_operand_mem_short, 8, tic6x_rw_read, 3, 3, 0, 0 } 115 #define OWMEMSD { tic6x_operand_mem_short, 8, tic6x_rw_write, 3, 3, 0, 0 }
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 1017 case tic6x_operand_mem_short: in print_insn_tic6x() 1033 case tic6x_operand_mem_short: in print_insn_tic6x()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic6x.c | 2110 case tic6x_operand_mem_short: in tic6x_coarse_operand_form() 2253 case tic6x_operand_mem_short: in tic6x_operand_matches_form()
|