Home
last modified time | relevance | path

Searched refs:Disp8 (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/binutils/opcodes/
HDi386-tbl.h18 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|Disp32S,
105 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S,
[all …]
HDi386-opc.tbl8 …_sSuf|No_xSuf, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp…
12 …sSuf|No_xSuf, { Imm8|Imm16|Imm32|Imm32S, Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp…
20 …rm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { SReg2, BaseIndex|Disp8|Disp16|Disp32|Disp…
22 …rm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { SReg3, BaseIndex|Disp8|Disp16|Disp32|Disp…
24 mov, 2, 0x8e, None, 0, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|…
26 …86, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp…
40 …, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp…
41 …, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp…
42 … Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg16|BaseIndex|Disp8|Disp16|Disp32|Disp…
43 …m|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|Rex64, { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp…
[all …]
HDi386-opc.h164 #define Disp8 0x1000 /* 8 bit displacement */ macro
197 #define Disp (Disp8|Disp16|Disp32|Disp32S|Disp64) /* General displacement */
198 #define AnyMem (Disp8|Disp16|Disp32|Disp32S|BaseIndex) /* General memory */
/trueos/contrib/binutils/gas/config/
HDtc-i386.c884 return (t & Disp8) ? 1 : (t & (Disp16 | Disp32 | Disp32S)) ? 2 : 0; in mode_from_disp_size()
1453 { Disp8, "d8" },
2489 i.types[op] |= Disp8; in optimize_disp()
3614 i.types[op] |= Disp8; in build_modrm_byte()
3630 i.types[op] = ((i.types[op] & Disp8) in build_modrm_byte()
3646 i.types[op] |= Disp8; in build_modrm_byte()
4105 if (i.types[n] & (Disp8 | Disp16 | Disp64)) in disp_size()
4108 if (i.types[n] & Disp8) in disp_size()
4161 assert ((i.types[n] & Disp8) == 0); in output_disp()
/trueos/contrib/binutils/gas/
HDChangeLog-98993509 define opcode_modifiers as these cases are handled by Disp8,
HDChangeLog-00013750 (Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,