Searched defs:operandIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp444 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, argument
458 while (operandMapping[operandIndex] != operandIndex) {
459 Spec->operands[operandIndex].encoding = ENCODING_DUP;
460 Spec->operands[operandIndex].type =
461 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
462 ++operandIndex;
465 const std::string &typeName = (*Operands)[operandIndex].Rec->getName();
467 Spec->operands[operandIndex].encoding = encodingFromString(typeName,
469 Spec->operands[operandIndex]
[all...]

Completed in 86 milliseconds