Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp509 unsigned *operandMapping, in handleOperand() argument
518 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
521 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
565 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
576 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()
DX86RecognizableInstr.h201 unsigned *operandMapping,
/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,