Searched refs:HMB (Results 1 – 3 of 3) sorted by relevance
22 HMB/3gZd/YVlt0/mlIvQ5KSmcrPpoEgCEAr5sp8YBsMAUxqGdaMpUArrKf4=
51 MCInst &HMB) const { in ReplaceInstruction()55 E.encodeInstruction(HMB, VecOS, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()58 RF.setInst(HMB); in ReplaceInstruction()
370 MCInst &HMB = const_cast<MCInst &>(MI); in encodeInstruction() local372 assert(HexagonMCInstrInfo::isBundle(HMB)); in encodeInstruction()378 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()380 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()383 EncodeSingleInstruction(HMI, OS, Fixups, STI, parseBits(Last, HMB, HMI)); in encodeInstruction()