Searched refs:numPhysicalOperands (Results 1 – 2 of 2) sorted by relevance
413 unsigned numPhysicalOperands, const unsigned *operandMapping, in handleOperand() argument417 if (physicalOperandIndex >= numPhysicalOperands) in handleOperand()420 assert(physicalOperandIndex < numPhysicalOperands); in handleOperand()451 unsigned numPhysicalOperands = 0; in emitInstructionSpecifier() local467 ++numPhysicalOperands; in emitInstructionSpecifier()471 ++numPhysicalOperands; in emitInstructionSpecifier()478 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()482 handleOperand(true, operandIndex, physicalOperandIndex, numPhysicalOperands, \ in emitInstructionSpecifier()520 assert(numPhysicalOperands <= 1 && in emitInstructionSpecifier()531 assert(numPhysicalOperands >= 1 && numPhysicalOperands <= 2 && in emitInstructionSpecifier()[all …]
339 unsigned numPhysicalOperands,