Searched refs:Disp32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-tbl.h13 { Disp16|Disp32,
18 Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S } },
26 Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S } },
38 BaseIndex|Disp8|Disp16|Disp32|Disp32S } },
46 BaseIndex|Disp8|Disp16|Disp32|Disp32S } },
53 { BaseIndex|Disp8|Disp16|Disp32|Disp32S,
61 { BaseIndex|Disp8|Disp16|Disp32|Disp32S,
93 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
97 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
101 { Reg16|BaseIndex|Disp8|Disp16|Disp32|Disp32
[all...]
H A Di386-opc.h168 #define Disp32 0x4000 /* 32 bit displacement */ macro
199 #define Disp (Disp8|Disp16|Disp32|Disp32S|Disp64) /* General displacement */
200 #define AnyMem (Disp8|Disp16|Disp32|Disp32S|BaseIndex) /* General memory */
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c885 return (t & Disp8) ? 1 : (t & (Disp16 | Disp32 | Disp32S)) ? 2 : 0;
1458 { Disp32, "d32" },
2465 if ((i.types[op] & Disp32)
2489 i.types[op] |= Disp32;
2491 if ((i.types[op] & (Disp32 | Disp32S | Disp16))
2597 /* Address size prefix will turn Disp64/Disp32/Disp16 operand
2598 into Disp32/Disp16/Disp32 operand. */
2606 DispOn = Disp32;
2611 DispOff = Disp32;
[all...]

Completed in 114 milliseconds