Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp479 unsigned numPhysicalOperands, in handleOperand() argument
485 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
488 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
519 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
534 ++numPhysicalOperands; in emitInstructionSpecifier()
538 ++numPhysicalOperands; in emitInstructionSpecifier()
547 numPhysicalOperands, \ in emitInstructionSpecifier()
555 numPhysicalOperands, \ in emitInstructionSpecifier()
588 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()
599 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h179 unsigned numPhysicalOperands,