Home
last modified time | relevance | path

Searched refs:operandMapping (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp481 const unsigned *operandMapping, in handleOperand() argument
492 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
495 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
524 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
532 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()
DX86RecognizableInstr.h183 const unsigned *operandMapping,