HomeSort by relevance Sort by last modified time
    Searched defs:opIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 107 unsigned int opIndex;
110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) {
112 (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)) {
113 BranchTarget = opIndex;
116 if (ThisInstInfo->operandFlags[opIndex] & kOperandFlagSource)
117 MoveSource = opIndex;
118 else if (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)
119 MoveTarget = opIndex;
    [all...]
  /external/llvm/utils/TableGen/
EDEmitter.cpp 385 unsigned opIndex;
387 opIndex = inst.Operands.getOperandNamed(std::string(opName));
389 operandFlags[opIndex]->addEntry(opFlag);
787 unsigned opIndex;
788 opIndex = inst.Operands.getOperandNamed("func");
789 if (operandTypes[opIndex]->is("kOperandTypeImmediate"))
790 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget");

Completed in 62 milliseconds