Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h144 virtual DecodeStatus getInstructionBundle(MCInst &Instr, uint64_t &Size, in getInstructionBundle() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp49 S = DisAsm.getInstructionBundle(Inst, Size, Data.slice(Index), Index, in PrintInsts()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp61 DecodeStatus getInstructionBundle(MCInst &Instr, uint64_t &Size,
253 DecodeStatus HexagonDisassembler::getInstructionBundle(MCInst &MI, in getInstructionBundle() function in HexagonDisassembler