Home
last modified time | relevance | path

Searched refs:OP_M (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c78 static bool OP_M (instr_info *, int, int);
438 #define M { OP_M, 0 } /* lea, lgdt, etc. */
439 #define Ma { OP_M, a_mode }
440 #define Mb { OP_M, b_mode }
441 #define Md { OP_M, d_mode }
442 #define Mdq { OP_M, dq_mode }
443 #define Mo { OP_M, o_mode }
444 #define Mp { OP_M, f_mode } /* 32 or 48 bit memory operand for LDS, LES etc */
445 #define Mq { OP_M, q_mode }
446 #define Mv { OP_M, v_mode }
[all …]
H A DChangeLog-200624 (Ma): Defined with OP_M instead of OP_E.
26 (OP_M): Added bound, cmpxchg8b and vmptrst to bad modrm list.
H A DChangeLog-2004559 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
560 (M, Mp): Use OP_M.
H A DChangeLog-2005606 (PNI_Fixup): Call OP_M rather than OP_E.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c87 static void OP_M (instr_info *, int, int);
362 #define M { OP_M, 0 } /* lea, lgdt, etc. */
363 #define Ma { OP_M, a_mode }
364 #define Mb { OP_M, b_mode }
365 #define Md { OP_M, d_mode }
366 #define Mo { OP_M, o_mode }
367 #define Mp { OP_M, f_mode } /* 32 or 48 bit memory operand for LDS, LES etc */
368 #define Mq { OP_M, q_mode }
369 #define Mv { OP_M, v_mode }
370 #define Mv_bnd { OP_M, v_bndmk_mode }
[all …]
H A DChangeLog-2004559 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
560 (M, Mp): Use OP_M.
H A DChangeLog-200624 (Ma): Defined with OP_M instead of OP_E.
26 (OP_M): Added bound, cmpxchg8b and vmptrst to bad modrm list.
H A DChangeLog-2005606 (PNI_Fixup): Call OP_M rather than OP_E.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-200624 (Ma): Defined with OP_M instead of OP_E.
26 (OP_M): Added bound, cmpxchg8b and vmptrst to bad modrm list.
H A DChangeLog-2004559 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
560 (M, Mp): Use OP_M.
H A DChangeLog-2005606 (PNI_Fixup): Call OP_M rather than OP_E.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-200624 (Ma): Defined with OP_M instead of OP_E.
26 (OP_M): Added bound, cmpxchg8b and vmptrst to bad modrm list.
H A DChangeLog-2004559 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
560 (M, Mp): Use OP_M.
H A DChangeLog-2005606 (PNI_Fixup): Call OP_M rather than OP_E.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git39367 operands to OP_M() at the same time. To keep the number of consumed
39384 Fold OP_MS() and OP_XS() into OP_R(), paralleling OP_M(). Use operand
39400 Several already use OP_M(), which rejects the register forms of insns,
39402 FXSAVE_Fixup() wires through to OP_M(). Note further that OP_IndirE(),
39430 there for {,V}LDDQU drop hoing through mod_table[] - OP_M() rejects
40352 To avoid excess special casing of modes, have OP_M() call OP_E_memory()