Searched refs:tic6x_rw_read (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-opcode-table.h | 56 #define ORIRP1 { tic6x_operand_irp, 4, tic6x_rw_read, 1, 1, 0, 0 } 57 #define ORNRP1 { tic6x_operand_nrp, 4, tic6x_rw_read, 1, 1, 0, 0 } 64 #define ORREG1 { tic6x_operand_reg, 4, tic6x_rw_read, 1, 1, 0, 0 } 65 #define ORDREG1 { tic6x_operand_dreg, 4, tic6x_rw_read, 1, 1, 0, 0 } 66 #define ORTREG1 { tic6x_operand_treg, 4, tic6x_rw_read, 1, 1, 0, 0 } 68 #define ORB15REG1 { tic6x_operand_b15reg, 4, tic6x_rw_read, 1, 1, 0, 0 } 70 #define ORAREG1 { tic6x_operand_areg, 4, tic6x_rw_read, 1, 1, 0, 0 } 71 #define ORXREG1 { tic6x_operand_xreg, 4, tic6x_rw_read, 1, 1, 0, 0 } 72 #define ORREG12 { tic6x_operand_reg, 4, tic6x_rw_read, 1, 2, 0, 0 } 73 #define ORREG14 { tic6x_operand_reg, 4, tic6x_rw_read, 1, 4, 0, 0 } [all …]
|
D | tic6x.h | 368 tic6x_rw_read, enumerator
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 1424 if (rw != tic6x_rw_read in print_insn_tic6x() 1435 && (rw == tic6x_rw_read in print_insn_tic6x() 1436 ? (tic6x_ctrl_table[crid].rw == tic6x_rw_read in print_insn_tic6x()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic6x.c | 2225 case tic6x_rw_read: in tic6x_operand_matches_form() 2226 if (tic6x_ctrl_table[op->value.ctrl].rw == tic6x_rw_read in tic6x_operand_matches_form()
|