Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Drx.h40 RX_Long, enumerator
/toolchain/binutils/binutils-2.27/opcodes/
Drx-decode.opc51 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;
Drx-decode.c52 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;