Home | History | Annotate | Download | only in X86

Lines Matching refs:Index

95     void emitSIBByte(unsigned SS, unsigned Index, unsigned Base);
366 unsigned Index,
369 MCE.emitByte(ModRMByte(SS, Index, Base));
496 if (// The SIB byte must be used if there is an index register.
536 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!");
542 // MOD=0, BASE=4, to JUST get the index, scale, and displacement.