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

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Di386-opc.h168 #define Disp64 0x10000 /* 64 bit displacement */ macro
197 #define Disp (Disp8|Disp16|Disp32|Disp32S|Disp64) /* General displacement */
H A Di386-tbl.h9 { Disp64,
85 { Disp64,
772 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
827 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
830 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
833 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
836 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
839 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
842 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
845 { Disp8|Disp16|Disp32|Disp32S|Disp64 } },
[all...]
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-i386.c1460 { Disp64, "d64" },
2463 i.types[op] &= ~Disp64;
2473 i.types[op] &= ~Disp64;
2485 i.types[op] &= ~Disp64;
2504 i.types[op] &= ~Disp64;
2597 /* Address size prefix will turn Disp64/Disp32/Disp16 operand
2615 DispOff = Disp64;
4109 if (i.types[n] & (Disp8 | Disp16 | Disp64))
4114 if (i.types[n] & Disp64)
4421 Imm64 | Disp64 },
[all...]

Completed in 110 milliseconds