Home
last modified time | relevance | path

Searched refs:tic6x_rw_read (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x-opcode-table.h56 #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 …]
Dtic6x.h368 tic6x_rw_read, enumerator
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c1424 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/
Dtc-tic6x.c2225 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()