HomeSort by: relevance | last modified time | path
    Searched refs:SubInst1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.h 42 bool SubInst1 = false;
HexagonMCCodeEmitter.cpp 441 State.SubInst1 = true;
443 State.SubInst1 = false;
590 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1;
HexagonMCDuplexInfo.cpp 600 MCInst SubInst1 = HexagonMCInstrInfo::deriveSubInst(MIb);
605 subinstOpcodeMap.find(SubInst1.getOpcode())->second;
HexagonMCInstrInfo.cpp 209 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1));
211 duplexInst->addOperand(MCOperand::createInst(SubInst1));

Completed in 23 milliseconds