Home
last modified time | relevance | path

Searched refs:IgnoreSize (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Di386.h102 { "mov", 2, 0x8c, X, 0, w_Suf|Modrm|IgnoreSize, { SReg2, WordMem, 0 } },
104 { "mov", 2, 0x8c, X, Cpu386, w_Suf|Modrm|IgnoreSize, { SReg3, WordMem, 0 } },
105 { "mov", 2, 0x8e, X, 0, wl_Suf|Modrm|IgnoreSize, { WordReg, SReg2, 0 } },
106 { "mov", 2, 0x8e, X, 0, w_Suf|Modrm|IgnoreSize, { WordMem, SReg2, 0 } },
107 { "mov", 2, 0x8e, X, Cpu386, wl_Suf|Modrm|IgnoreSize, { WordReg, SReg3, 0 } },
108 { "mov", 2, 0x8e, X, Cpu386, w_Suf|Modrm|IgnoreSize, { WordMem, SReg3, 0 } },
111 { "mov", 2, 0x0f20, X, Cpu386|CpuNo64, l_Suf|D|Modrm|IgnoreSize,{ Control, Reg32|InvMem, 0} },
112 { "mov", 2, 0x0f20, X, Cpu64, q_Suf|D|Modrm|IgnoreSize|NoRex64,{ Control, Reg64|InvMem, 0} },
113 { "mov", 2, 0x0f21, X, Cpu386|CpuNo64, l_Suf|D|Modrm|IgnoreSize,{ Debug, Reg32|InvMem, 0} },
114 { "mov", 2, 0x0f21, X, Cpu64, q_Suf|D|Modrm|IgnoreSize|NoRex64,{ Debug, Reg64|InvMem, 0} },
[all …]
DChangeLog386 (FP, l_FP, sl_FP, x_FP): Don't imply IgnoreSize.
DChangeLog-9103355 * i386.h: Remove IgnoreSize from movsx and movzx.
802 IgnoreSize change.
1513 IgnoreDataSize to IgnoreSize. Flag address and data size prefixes
1514 with Size16|IgnoreSize or Size32|IgnoreSize.
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Di386.h70 #define FP (NoSuf|IgnoreSize)
71 #define l_FP (l_Suf|IgnoreSize)
72 #define x_FP (x_Suf|IgnoreSize)
73 #define sl_FP (sl_Suf|IgnoreSize)
101 { "mov", 2, 0x8e, X, 0, wl_Suf|Modrm|IgnoreSize, { WordReg|WordMem, SReg2, 0 } },
102 { "mov", 2, 0x8e, X, Cpu386, wl_Suf|Modrm|IgnoreSize, { WordReg|WordMem, SReg3, 0 } },
105 { "mov", 2, 0x0f20, X, Cpu386|CpuNo64, l_Suf|D|Modrm|IgnoreSize,{ Control, Reg32|InvMem, 0} },
106 { "mov", 2, 0x0f20, X, Cpu64, q_Suf|D|Modrm|IgnoreSize|NoRex64,{ Control, Reg64|InvMem, 0} },
107 { "mov", 2, 0x0f21, X, Cpu386|CpuNo64, l_Suf|D|Modrm|IgnoreSize,{ Debug, Reg32|InvMem, 0} },
108 { "mov", 2, 0x0f21, X, Cpu64, q_Suf|D|Modrm|IgnoreSize|NoRex64,{ Debug, Reg64|InvMem, 0} },
[all …]
DChangeLog-9103336 * i386.h: Remove IgnoreSize from movsx and movzx.
783 IgnoreSize change.
1494 IgnoreDataSize to IgnoreSize. Flag address and data size prefixes
1495 with Size16|IgnoreSize or Size32|IgnoreSize.
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.h238 #define IgnoreSize 0x10000 /* instruction ignores operand size prefix */ macro
Dtc-i386.c2012 || (!(t->opcode_modifier & IgnoreSize) in match_template()
2028 && (t->opcode_modifier & IgnoreSize)) in match_template()
2127 if ((t->opcode_modifier & (IsPrefix | IgnoreSize)) in match_template()
2128 == (IsPrefix | IgnoreSize)) in match_template()
2241 else if (intel_syntax && (i.tm.opcode_modifier & IgnoreSize)) in process_suffix()
2278 && !(i.tm.opcode_modifier & IgnoreSize) in process_suffix()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-i386.h228 #define IgnoreSize 0x10000 /* instruction ignores operand size prefix */ macro
Dtc-i386.c2241 && (t->opcode_modifier & IgnoreSize))) in match_template()
2248 ? (!(t->opcode_modifier & IgnoreSize) in match_template()
2354 if ((t->opcode_modifier & (IsPrefix | IgnoreSize)) in match_template()
2355 == (IsPrefix | IgnoreSize)) in match_template()
2468 else if (intel_syntax && (i.tm.opcode_modifier & IgnoreSize)) in process_suffix()
2529 && !(i.tm.opcode_modifier & (DefaultSize | IgnoreSize)))) in process_suffix()
2566 && !(i.tm.opcode_modifier & (IgnoreSize | FloatMF)) in process_suffix()
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
5363 modifier has the IgnoreSize bit set.
DChangeLog-98993388 IgnoreDataSize to IgnoreSize as they are used for address size as
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
5363 modifier has the IgnoreSize bit set.
DChangeLog-98993388 IgnoreDataSize to IgnoreSize as they are used for address size as