Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp446 unsigned &numPhysicalOperands, in handleOperand() argument
452 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()
455 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()
484 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local
499 ++numPhysicalOperands; in emitInstructionSpecifier()
503 ++numPhysicalOperands; in emitInstructionSpecifier()
512 numPhysicalOperands, \ in emitInstructionSpecifier()
520 numPhysicalOperands, \ in emitInstructionSpecifier()
544 assert(numPhysicalOperands <= 2 && in emitInstructionSpecifier()
556 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h177 unsigned &numPhysicalOperands,