/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A 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 …]
|
H A D | tic6x.h | 372 tic6x_rw_read, enumerator
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A 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 …]
|
H A D | tic6x.h | 372 tic6x_rw_read, enumerator
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | tic6x-dis.c | 1437 if (rw != tic6x_rw_read in print_insn_tic6x() 1448 && (rw == tic6x_rw_read in print_insn_tic6x() 1449 ? (tic6x_ctrl_table[crid].rw == tic6x_rw_read in print_insn_tic6x()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | tic6x-dis.c | 1437 if (rw != tic6x_rw_read in print_insn_tic6x() 1448 && (rw == tic6x_rw_read in print_insn_tic6x() 1449 ? (tic6x_ctrl_table[crid].rw == tic6x_rw_read in print_insn_tic6x()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic6x.c | 2217 case tic6x_rw_read: in tic6x_operand_matches_form() 2218 if (tic6x_ctrl_table[op->value.ctrl].rw == tic6x_rw_read in tic6x_operand_matches_form()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic6x.c | 2217 case tic6x_rw_read: in tic6x_operand_matches_form() 2218 if (tic6x_ctrl_table[op->value.ctrl].rw == tic6x_rw_read in tic6x_operand_matches_form()
|