HomeSort by relevance Sort by last modified time
    Searched refs:AddrNumOperands (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 224 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands);
    [all...]
X86InstrInfo.cpp     [all...]
X86MCInstLower.cpp 386 assert(OutMI.getNumOperands() == 1+X86::AddrNumOperands &&
X86FloatingPoint.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 713 CurOp += X86::AddrNumOperands;
775 // CurOp + X86::AddrNumOperands will point to src3.
776 VEX_4V = getVEXRegisterEncoding(MI, CurOp+X86::AddrNumOperands);
    [all...]
X86BaseInfo.h 41 /// AddrNumOperands - Total number of operands in a memory reference.
42 AddrNumOperands = 5

Completed in 183 milliseconds