Home
last modified time | relevance | path

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

/freebsd/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.cpp400 MCInst &HMB = const_cast<MCInst &>(MI); in encodeInstruction() local
402 assert(HexagonMCInstrInfo::isBundle(HMB)); in encodeInstruction()
408 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()
410 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()
413 encodeSingleInstruction(HMI, CB, Fixups, STI, parseBits(Last, HMB, HMI)); in encodeInstruction()