Searched refs:operandMapping (Results 1 – 2 of 2) sorted by relevance
444 const unsigned *operandMapping, in handleOperand() argument453 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()456 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()485 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local494 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()495 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()498 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()502 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()508 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()513 operandMapping, class##EncodingFromString); in emitInstructionSpecifier()
344 const unsigned *operandMapping,