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

  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 222 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands);
864 CurOp = X86::AddrNumOperands;
    [all...]
X86InstrInfo.h 136 return Op+X86::AddrNumOperands <= MI->getNumOperands() &&
X86InstrInfo.cpp     [all...]
X86MCInstLower.cpp 395 assert(OutMI.getNumOperands() == 1+X86::AddrNumOperands &&
    [all...]
X86FloatingPoint.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 758 CurOp += X86::AddrNumOperands;
820 // CurOp + X86::AddrNumOperands will point to src3.
821 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 58 milliseconds