Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp442 unsigned &physicalOperandIndex, in handleOperand() argument
447 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
450 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
470 ++physicalOperandIndex; in handleOperand()
507 handleOperand(false, operandIndex, physicalOperandIndex, \ in emitInstructionSpecifier()
512 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier()
518 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
H A DX86RecognizableInstr.h342 unsigned &physicalOperandIndex,