Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp480 const unsigned *operandMapping, in handleOperand() argument
491 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
494 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
523 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
531 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()
DX86RecognizableInstr.h180 const unsigned *operandMapping,