Searched refs:HMB (Results 1 – 2 of 2) sorted by relevance
50 MCInst &HMB) const { in ReplaceInstruction()53 E.encodeInstruction(HMB, Code, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()56 RF.setInst(HMB); in ReplaceInstruction()
371 MCInst &HMB = const_cast<MCInst &>(MI); in encodeInstruction() local373 assert(HexagonMCInstrInfo::isBundle(HMB)); in encodeInstruction()379 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()381 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()384 encodeSingleInstruction(HMI, CB, Fixups, STI, parseBits(Last, HMB, HMI)); in encodeInstruction()