Home
last modified time | relevance | path

Searched refs:HMB (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp50 MCInst &HMB) const { in ReplaceInstruction()
53 E.encodeInstruction(HMB, Code, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()
56 RF.setInst(HMB); in ReplaceInstruction()
H A DHexagonMCCodeEmitter.cpp371 MCInst &HMB = const_cast<MCInst &>(MI); in encodeInstruction() local
373 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()