Home
last modified time | relevance | path

Searched refs:Disp32 (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/binutils/opcodes/
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|Disp32S,
[all …]
Di386-opc.tbl7 mov, 2, 0xa0, None, CpuNo64, D|W|No_sSuf|No_qSuf|No_xSuf, { Disp16|Disp32, Acc }
8 …f|No_xSuf, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S }
12 …|No_xSuf, { Imm8|Imm16|Imm32|Imm32S, Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S }
20 …gnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { SReg2, BaseIndex|Disp8|Disp16|Disp32|Disp32S }
22 …gnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { SReg3, BaseIndex|Disp8|Disp16|Disp32|Disp32S }
24 …gnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp32S, SReg2 }
26 …gnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp32S, SReg3 }
40 …bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S, Reg32 }
41 …bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S, Reg16 }
42 …Suf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg16|BaseIndex|Disp8|Disp16|Disp32|Disp32S, Reg32 }
[all …]
Di386-opc.h166 #define Disp32 0x4000 /* 32 bit displacement */ macro
197 #define Disp (Disp8|Disp16|Disp32|Disp32S|Disp64) /* General displacement */
198 #define AnyMem (Disp8|Disp16|Disp32|Disp32S|BaseIndex) /* General memory */
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-i386.c884 return (t & Disp8) ? 1 : (t & (Disp16 | Disp32 | Disp32S)) ? 2 : 0; in mode_from_disp_size()
1455 { Disp32, "d32" },
2461 if ((i.types[op] & Disp32) in optimize_disp()
2485 i.types[op] |= Disp32; in optimize_disp()
2487 if ((i.types[op] & (Disp32 | Disp32S | Disp16)) in optimize_disp()
2602 DispOn = Disp32; in match_template()
2607 DispOff = Disp32; in match_template()
2610 DispOn = Disp32; in match_template()
3557 ? Disp32S : Disp32); in build_modrm_byte()
3568 i.types[op] = Disp32; in build_modrm_byte()
[all …]
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-2006504 to turn Disp64/Disp32/Disp16 operand into Disp32/Disp16/Disp32
DChangeLog-00013750 (Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
7268 Disp32.
DChangeLog-98993510 Disp16, Disp32 and suffix checks.