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.cpp443 unsigned numPhysicalOperands, in handleOperand() argument
447 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
450 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
481 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
497 ++numPhysicalOperands; in emitInstructionSpecifier()
501 ++numPhysicalOperands; in emitInstructionSpecifier()
508 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()
512 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier()
550 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
561 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
H A DX86RecognizableInstr.h343 unsigned numPhysicalOperands,