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.cpp413 unsigned numPhysicalOperands, const unsigned *operandMapping, in handleOperand() argument
423 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()
426 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
455 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier() local
464 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
465 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
468 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
472 operandMapping[operandIndex] = operandIndex; in emitInstructionSpecifier()
478 numPhysicalOperands, operandMapping, \ in emitInstructionSpecifier()
483 operandMapping, class##EncodingFromString); in emitInstructionSpecifier()
H A DX86RecognizableInstr.h340 const unsigned *operandMapping,