Searched refs:deriveSubInst (Results 1 – 3 of 3) sorted by relevance
595 MCInst SubInst0 = HexagonMCInstrInfo::deriveSubInst(MIa); in isOrderedDuplexPair()596 MCInst SubInst1 = HexagonMCInstrInfo::deriveSubInst(MIb); in isOrderedDuplexPair()696 MCInst HexagonMCInstrInfo::deriveSubInst(MCInst const &Inst) { in deriveSubInst() function in HexagonMCInstrInfo
113 MCInst deriveSubInst(MCInst const &Inst);
215 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0)); in deriveDuplex() 216 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1)); in deriveDuplex()