Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.cpp367 unsigned numPhysicalOperands, in handleOperand() argument
373 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
376 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
407 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
422 ++numPhysicalOperands; in emitInstructionSpecifier()
426 ++numPhysicalOperands; in emitInstructionSpecifier()
435 numPhysicalOperands, \ in emitInstructionSpecifier()
443 numPhysicalOperands, \ in emitInstructionSpecifier()
478 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
489 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h305 unsigned numPhysicalOperands,