Searched refs:numPhysicalOperands (Results 1 – 2 of 2) sorted by relevance
443 unsigned numPhysicalOperands, in handleOperand() argument447 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()450 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()481 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local497 ++numPhysicalOperands; in emitInstructionSpecifier()501 ++numPhysicalOperands; in emitInstructionSpecifier()508 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()512 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier()550 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()561 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()[all …]
343 unsigned numPhysicalOperands,