Home
last modified time | relevance | path

Searched refs:RX_Operand_Zero_Indirect (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Drx-dis.c171 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect) in print_insn_rx()
194 case RX_Operand_Zero_Indirect: in print_insn_rx()
DChangeLog-2015442 type to RX_Operand_Zero_Indirect.
444 * rx-dis (print_insn): Handle RX_Operand_Zero_Indirect.
Drx-decode.opc224 ld->rx->op[n].type = RX_Operand_Zero_Indirect;
Drx-decode.c225 ld->rx->op[n].type = RX_Operand_Zero_Indirect; in rx_disp()
/toolchain/binutils/binutils-2.27/include/opcode/
Drx.h51 RX_Operand_Zero_Indirect,/* [Rn] */ enumerator
DChangeLog-0415158 * rx.h (enum RX_Operand_Type): Add RX_Operand_Zero_Indirect.