Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-h8300.c1108 int x_mode = x & MODE; in get_specific() local
1111 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific()
1122 if (x_mode == LOWREG) in get_specific()
1123 x_mode = REG; in get_specific()
1124 if (x_mode != REG) in get_specific()
1138 if (!(x_mode & CTRL)) in get_specific()
1141 switch (x_mode) in get_specific()
1179 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)) in get_specific()
1184 if (x_mode == ABS && !Hmode) in get_specific()
1193 else if (x_mode == IMM && op_mode != IMM) in get_specific()
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Di386-dis.c273 #define Mx { OP_M, x_mode }
377 #define EMx { OP_EM, x_mode }
387 #define EXx { OP_EX, x_mode }
429 #define EXVexW { OP_EX_VexW, x_mode }
432 #define EXVexImmW { OP_EX_VexImmW, x_mode }
436 #define XMVexI4 { OP_REG_VexI4, x_mode }
511 x_mode, enumerator
14810 && (bytemode == x_mode in intel_operand_size()
14904 case x_mode: in intel_operand_size()
15276 && bytemode != x_mode in OP_E_memory()
[all …]
DChangeLog-2004119 replaces what previously was x_mode; x_mode now means 128-bit SSE
400 * i386-dis.c (x_mode): Comment.
DChangeLog-200613 (CMPXCHG8B_Fixup): Set bytemode to o_mode instead of x_mode.
DChangeLog-2007252 (x_mode): Likewise.
DChangeLog-9899571 * i386-dis.c (x_mode): Define.