Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp368 unsigned numPhysicalOperands, in handleOperand() argument
374 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
377 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
408 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
423 ++numPhysicalOperands; in emitInstructionSpecifier()
427 ++numPhysicalOperands; in emitInstructionSpecifier()
436 numPhysicalOperands, \ in emitInstructionSpecifier()
444 numPhysicalOperands, \ in emitInstructionSpecifier()
479 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
490 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
H A DX86RecognizableInstr.h305 unsigned numPhysicalOperands,