Home
last modified time | relevance | path

Searched refs:tic6x_operand_b15reg (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x.h304 tic6x_operand_b15reg, enumerator
Dtic6x-opcode-table.h68 #define ORB15REG1 { tic6x_operand_b15reg, 4, tic6x_rw_read, 1, 1, 0, 0 }
69 #define OWB15REG1 { tic6x_operand_b15reg, 4, tic6x_rw_write, 1, 1, 0, 0 }
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c727 case tic6x_operand_b15reg: in print_insn_tic6x()