Home
last modified time | relevance | path

Searched refs:SubInst1 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h42 bool SubInst1 = false; member
H A DHexagonMCCodeEmitter.cpp439 State.SubInst1 = true; in EncodeSingleInstruction()
441 State.SubInst1 = false; in EncodeSingleInstruction()
587 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1; in getExprOpValue()
H A DHexagonMCDuplexInfo.cpp596 MCInst SubInst1 = HexagonMCInstrInfo::deriveSubInst(MIb); in isOrderedDuplexPair() local
601 subinstOpcodeMap.find(SubInst1.getOpcode())->second; in isOrderedDuplexPair()
H A DHexagonMCInstrInfo.cpp216 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1)); in deriveDuplex() local
218 duplexInst->addOperand(MCOperand::createInst(SubInst1)); in deriveDuplex()