Searched refs:operandMapping (Results 1 – 2 of 2) sorted by relevance
369 const unsigned *operandMapping, in handleOperand() argument380 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()383 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()412 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local420 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()421 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()424 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()428 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()437 operandMapping, \ in emitInstructionSpecifier()445 operandMapping, \ in emitInstructionSpecifier()
306 const unsigned *operandMapping,