Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A Di386-tbl.h4344 Modrm|IgnoreSize|NoSuf,
4348 Modrm|IgnoreSize|NoSuf,
4352 Modrm|IgnoreSize|NoSuf,
4356 Modrm|IgnoreSize|NoSuf,
4360 Modrm|IgnoreSize|NoSuf,
4364 Modrm|IgnoreSize|NoSuf,
4370 Modrm|IgnoreSize|NoSuf,
4374 Modrm|IgnoreSize|NoSuf|ImmExt,
4378 Modrm|IgnoreSize|NoSuf|ImmExt,
4382 Modrm|IgnoreSize|NoSuf|ImmExt,
[all …]
H A Di386-opc.tbl23 mov, 2, 0x8e, None, 0, Modrm|IgnoreSize|No_bSuf|No_sSuf|No_qSuf|No_xSuf, { Reg16|Reg32|Reg64, SReg2…
25 mov, 2, 0x8e, None, Cpu386, Modrm|IgnoreSize|No_bSuf|No_sSuf|No_qSuf|No_xSuf, { Reg16|Reg32|Reg64, …
508 fld, 1, 0xd9c0, None, 0, ShortForm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf|No_xSuf|Ugh, { FloatR…
520 fst, 1, 0xddd0, None, 0, ShortForm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf|No_xSuf|Ugh, { FloatR…
526 fstp, 1, 0xddd8, None, 0, ShortForm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf|No_xSuf|Ugh, { Float…
545 fcom, 1, 0xd8d0, None, 0, ShortForm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf|No_xSuf|Ugh, { Float…
553 fcomp, 1, 0xd8d8, None, 0, ShortForm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf|No_xSuf|Ugh, { Floa…
738 fnstsw, 1, 0xdfe0, None, 0, IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Acc }
742 fstsw, 1, 0xdfe0, None, 0, IgnoreSize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|FWait, { Acc }
1110 movmskps, 2, 0xf50, None, CpuSSE, Modrm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_xSuf, { RegXMM, Reg32…
[all …]
H A Di386-opc.h117 #define IgnoreSize 0x4000 /* instruction ignores operand size prefix */ macro
H A DChangeLog143 (IgnoreSize): Likewise.
170 * i386-opc.c (i386_optab): Remove IgnoreSize and correct operand
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c2565 && (t->opcode_modifier & IgnoreSize))) in match_template()
2575 ? (!(t->opcode_modifier & IgnoreSize) in match_template()
2757 if ((t->opcode_modifier & (IsPrefix | IgnoreSize)) in match_template()
2758 == (IsPrefix | IgnoreSize)) in match_template()
2901 else if (intel_syntax && (i.tm.opcode_modifier & IgnoreSize)) in process_suffix()
2963 && !(i.tm.opcode_modifier & (DefaultSize | IgnoreSize)))) in process_suffix()
3000 && !(i.tm.opcode_modifier & (IgnoreSize | FloatMF)) in process_suffix()
/freebsd-12.1/contrib/binutils/include/opcode/
H A 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.
H A DChangeLog565 (FP, l_FP, sl_FP, x_FP): Don't imply IgnoreSize.
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00013746 (IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
5363 modifier has the IgnoreSize bit set.
H A DChangeLog-98993388 IgnoreDataSize to IgnoreSize as they are used for address size as