Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2824.crt22 HMB/3gZd/YVlt0/mlIvQ5KSmcrPpoEgCEAr5sp8YBsMAUxqGdaMpUArrKf4=
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp51 MCInst &HMB) const { in ReplaceInstruction()
55 E.encodeInstruction(HMB, VecOS, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()
58 RF.setInst(HMB); in ReplaceInstruction()
H A DHexagonMCCodeEmitter.cpp370 MCInst &HMB = const_cast<MCInst &>(MI); in encodeInstruction() local
372 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()