Searched refs:operandMapping (Results 1 – 2 of 2) sorted by relevance
413 unsigned numPhysicalOperands, const unsigned *operandMapping, in handleOperand() argument423 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()426 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()455 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local464 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()465 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()468 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()472 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()478 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()483 operandMapping, class##EncodingFromString); in emitInstructionSpecifier()
340 const unsigned *operandMapping,