Searched refs:numPhysicalOperands (Results 1 – 2 of 2) sorted by relevance
446 unsigned &numPhysicalOperands, in handleOperand() argument452 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()455 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()484 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local499 ++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 …]
177 unsigned &numPhysicalOperands,