Searched refs:RX_Long (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | rx.h | 40 RX_Long, enumerator
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | rx-decode.opc | 51 RX_Long, 59 RX_Long, 75 RX_Long, 119 #define SP(t,r) rx_disp (1, t, r, (t!=3) ? RX_UByte : RX_Long, ld); P(t, 1); 128 #define S2P(t,r) rx_disp (2, t, r, (t!=3) ? RX_UByte : RX_Long, ld); P(t, 2); 135 #define P(t, n) rx->op[n].size = (t!=3) ? RX_UByte : RX_Long;
|
D | rx-decode.c | 52 RX_Long, 60 RX_Long, 76 RX_Long, 120 #define SP(t,r) rx_disp (1, t, r, (t!=3) ? RX_UByte : RX_Long, ld); P(t, 1); 129 #define S2P(t,r) rx_disp (2, t, r, (t!=3) ? RX_UByte : RX_Long, ld); P(t, 2); 136 #define P(t, n) rx->op[n].size = (t!=3) ? RX_UByte : RX_Long;
|