Searched refs:RX_Operand_Condition (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | rx.h | 54 RX_Operand_Condition, /* eq, gtu, etc */ enumerator
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | rx-dis.c | 203 case RX_Operand_Condition: in print_insn_rx()
|
D | rx-decode.opc | 121 #define Scc(cc) OP (1, RX_Operand_Condition, cc, 0) 130 #define S2cc(cc) OP (2, RX_Operand_Condition, cc, 0)
|
D | rx-decode.c | 122 #define Scc(cc) OP (1, RX_Operand_Condition, cc, 0) 131 #define S2cc(cc) OP (2, RX_Operand_Condition, cc, 0)
|