Lines Matching refs:MCB
49 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB,
58 void adjustExtendedInstructions(MCInst &MCI, MCInst const &MCB) const;
192 MCInst &MI, MCInst &MCB, ArrayRef<uint8_t> Bytes, uint64_t Address, in getSingleInstruction() argument
199 auto BundleSize = HexagonMCInstrInfo::bundleSize(MCB); in getSingleInstruction()
203 HexagonMCInstrInfo::setInnerLoop(MCB); in getSingleInstruction()
205 HexagonMCInstrInfo::setOuterLoop(MCB); in getSingleInstruction()
393 adjustExtendedInstructions(MI, MCB); in getSingleInstruction()
395 HexagonMCInstrInfo::extenderForIndex(MCB, in getSingleInstruction()
396 HexagonMCInstrInfo::bundleSize(MCB)); in getSingleInstruction()
408 MCInst const &MCB) const { in adjustExtendedInstructions()
410 MCB, HexagonMCInstrInfo::bundleSize(MCB))) { in adjustExtendedInstructions()
626 MCInst &MCB, in fullValue() argument
630 MCB, HexagonMCInstrInfo::bundleSize(MCB)); in fullValue()