Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h42 bool SubInst1 = false; member
H A DHexagonMCCodeEmitter.cpp440 State.SubInst1 = true; in encodeSingleInstruction()
442 State.SubInst1 = false; in encodeSingleInstruction()
588 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()