Searched refs:operandMapping (Results 1 – 2 of 2) sorted by relevance
480 const unsigned *operandMapping, in handleOperand() argument491 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()494 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()523 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local531 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()532 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()535 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()539 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()548 operandMapping, \ in emitInstructionSpecifier()556 operandMapping, \ in emitInstructionSpecifier()
180 const unsigned *operandMapping,