Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp444 const unsigned *operandMapping, in handleOperand() argument
453 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
456 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
485 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
494 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()
H A DX86RecognizableInstr.h344 const unsigned *operandMapping,