Home | History | Annotate | Download | only in X86

Lines Matching refs:Bit

165 /// REX prefix which specifies 1) 64-bit instructions, 2) non-default operand
212 unsigned Bit = 0;
218 REX |= 1 << Bit;
219 Bit++;
233 unsigned Bit = 0;
238 REX |= 1 << Bit;
239 Bit++;
399 /// isDisp8 - Return true if this signed displacement fits in a 8-bit
408 // mechanism as 32-bit mode.
436 // In 64-bit static small code model, we could potentially emit absolute.
520 // If there is no base register and we're in 64-bit mode, we need a SIB
573 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP
618 /// a 16-bit memory operand. Op specifies the operand # of the memoperand.
632 /// a 32-bit memory operand. Op specifies the operand # of the memoperand.
646 /// a 64-bit memory operand. Op specifies the operand # of the memoperand.
824 // 1: Same as REX_R=0 (must be 1 in 32-bit mode)
825 // 0: Same as REX_R=1 (64 bit mode only)
832 // 1: Same as REX.X=0 (must be 1 in 32-bit mode)
833 // 0: Same as REX.X=1 (64-bit mode only)
838 // 1: Same as REX_B=0 (ignored in 32-bit mode)
839 // 0: Same as REX_B=1 (64 bit mode only)
867 // 0: scalar or 128-bit vector
868 // 1: 256-bit vector