Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86RecognizableInstr.cpp392 unsigned &physicalOperandIndex, in handleOperand() argument
399 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
402 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
422 ++physicalOperandIndex; in handleOperand()
460 physicalOperandIndex, \ in emitInstructionSpecifier()
468 physicalOperandIndex, \ in emitInstructionSpecifier()
476 unsigned physicalOperandIndex = 0; in emitInstructionSpecifier() local
DX86RecognizableInstr.h315 unsigned &physicalOperandIndex,