Searched refs:operandMapping (Results 1 – 2 of 2) sorted by relevance
481 const unsigned *operandMapping, in handleOperand() argument492 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()495 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()524 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local532 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()533 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()536 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()540 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()549 operandMapping, \ in emitInstructionSpecifier()557 operandMapping, \ in emitInstructionSpecifier()
183 const unsigned *operandMapping,