Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp413 unsigned numPhysicalOperands, const unsigned *operandMapping, in handleOperand() argument
417 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
420 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
451 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
467 ++numPhysicalOperands; in emitInstructionSpecifier()
471 ++numPhysicalOperands; in emitInstructionSpecifier()
478 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()
482 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier()
520 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
531 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
H A DX86RecognizableInstr.h339 unsigned numPhysicalOperands,