Searched refs:operandMapping (Results 1 – 4 of 4) sorted by relevance
509 unsigned *operandMapping, in handleOperand() argument518 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()521 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()565 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local576 operandMapping[operandIndex] = Constraint.getTiedOperand(); in emitInstructionSpecifier()579 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()583 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()605 operandMapping, \ in emitInstructionSpecifier()613 operandMapping, \ in emitInstructionSpecifier()
201 unsigned *operandMapping,
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,