Home
last modified time | relevance | path

Searched refs:Disp16 (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.h271 #define Disp16 0x2000 /* 16 bit displacement */ macro
303 #define Disp (Disp8|Disp16|Disp32|Disp32S|Disp64) /* General displacement */
304 #define AnyMem (Disp8|Disp16|Disp32|Disp32S|BaseIndex|InvMem) /* General memory */
Dtc-i386.c602 return (t & Disp8) ? 1 : (t & (Disp16 | Disp32 | Disp32S)) ? 2 : 0;
1172 { Disp16, "d16" },
2083 if ((i.types[op] & Disp16) in optimize_disp()
2115 if ((i.types[op] & (Disp32 | Disp32S | Disp16)) in optimize_disp()
2955 i.types[op] = Disp16; in build_modrm_byte()
3469 if (i.types[n] & (Disp8 | Disp16 | Disp64))
3519 if (i.types[n] & (Disp16 | Disp64))
4054 bigdisp = Disp16;
4280 if (flag_code != CODE_64BIT && (i.types[this_operand] & (Disp16 | Disp32)))
4281 i.types[this_operand] ^= (Disp16 | Disp32);
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Di386.h89 { "mov", 2, 0xa0, X, CpuNo64,bwl_Suf|D|W, { Disp16|Disp32, Acc, 0 } },
387 {"call", 1, 0xe8, X, CpuNo64, wl_Suf|JumpDword|DefaultSize, { Disp16|Disp32, 0, 0} },
388 {"call", 1, 0xe8, X, Cpu64, wq_Suf|JumpDword|DefaultSize|NoRex64, { Disp16|Disp32, 0, 0} },