Home
last modified time | relevance | path

Searched refs:physicalOperandIndex (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp412 bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, in handleOperand() argument
417 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
420 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
440 ++physicalOperandIndex; in handleOperand()
477 handleOperand(false, operandIndex, physicalOperandIndex, \ in emitInstructionSpecifier()
482 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier()
488 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
H A DX86RecognizableInstr.h338 unsigned &physicalOperandIndex,