Searched defs:physicalOperandIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp445 unsigned &physicalOperandIndex,
452 if (physicalOperandIndex >= numPhysicalOperands)
455 assert(physicalOperandIndex < numPhysicalOperands);
473 ++physicalOperandIndex;
511 physicalOperandIndex, \
519 physicalOperandIndex, \
526 // physicalOperandIndex should always be < numPhysicalOperands
527 unsigned physicalOperandIndex = 0;
444 handleOperand(bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, unsigned &numPhysicalOperands, const unsigned *operandMapping, OperandEncoding (*encodingFromString) (const std::string&, uint8_t OpSize)) argument

Completed in 318 milliseconds