Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Bit

149 /// isDisp8 - Return true if this signed displacement fits in a 8-bit
165 /// a 32-bit memory operand. Op specifies the operand # of the memoperand.
179 /// a 64-bit memory operand. Op specifies the operand # of the memoperand.
195 /// a 16-bit memory operand. Op specifies the operand # of the memoperand.
311 assert(is64BitMode() && "Rip-relative addressing requires 64-bit mode");
348 // If there is no base register and we're in 64-bit mode, we need a SIB
405 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP
454 // 1: Same as REX_R=0 (must be 1 in 32-bit mode)
455 // 0: Same as REX_R=1 (64 bit mode only)
462 // 1: Same as REX.X=0 (must be 1 in 32-bit mode)
463 // 0: Same as REX.X=1 (64-bit mode only)
468 // 1: Same as REX_B=0 (ignored in 32-bit mode)
469 // 0: Same as REX_B=1 (64 bit mode only)
497 // 0: scalar or 128-bit vector
498 // 1: 256-bit vector
731 /// REX prefix which specifies 1) 64-bit instructions, 2) non-default operand
776 unsigned Bit = 0;
782 REX |= 1 << Bit; // set REX.B (Bit=0) and REX.X (Bit=1)
783 Bit++;
798 unsigned Bit = 0;
803 REX |= 1 << Bit; // REX.B (Bit=0) and REX.X (Bit=1)
804 Bit++;