Searched refs:tic6x_rw_write (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-opcode-table.h | 58 #define OWREG1 { tic6x_operand_reg, 4, tic6x_rw_write, 1, 1, 0, 0 } 59 #define OWREG1Z { tic6x_operand_zreg, 4, tic6x_rw_write, 1, 1, 0, 0 } 60 #define OWREG1NORS { tic6x_operand_reg_nors, 4, tic6x_rw_write, 1, 1, 0, 0 } 61 #define ORREG1B { tic6x_operand_reg_bside, 4, tic6x_rw_write, 1, 1, 0, 0 } 62 #define ORREG1BNORS { tic6x_operand_reg_bside_nors, 4, tic6x_rw_write, 1, 1, 0, 0 } 63 #define OWRETREG1 { tic6x_operand_retreg, 4, tic6x_rw_write, 1, 1, 0, 0 } 69 #define OWB15REG1 { tic6x_operand_b15reg, 4, tic6x_rw_write, 1, 1, 0, 0 } 75 #define OWREG2 { tic6x_operand_reg, 4, tic6x_rw_write, 2, 2, 0, 0 } 76 #define OWREG4 { tic6x_operand_reg, 4, tic6x_rw_write, 4, 4, 0, 0 } 77 #define OWREG9 { tic6x_operand_reg, 4, tic6x_rw_write, 9, 9, 0, 0 } [all …]
|
D | tic6x.h | 369 tic6x_rw_write, enumerator
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 1425 && rw != tic6x_rw_write) in print_insn_tic6x() 1439 : (tic6x_ctrl_table[crid].rw == tic6x_rw_write in print_insn_tic6x()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic6x.c | 2232 case tic6x_rw_write: in tic6x_operand_matches_form() 2233 if (tic6x_ctrl_table[op->value.ctrl].rw == tic6x_rw_write in tic6x_operand_matches_form()
|