Home
last modified time | relevance | path

Searched refs:mc_inst (Results 1 – 25 of 25) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
64 bool IsLoad(llvm::MCInst &mc_inst) const;
65 bool IsAuthenticated(llvm::MCInst &mc_inst) const;
984 llvm::MCInst &mc_inst) const { in GetMCInst()
998 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1034 llvm::MCInst &mc_inst) const { in CanBranch()
1035 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1040 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
966 llvm::MCInst &mc_inst) const { in GetMCInst()
980 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1016 llvm::MCInst &mc_inst) const { in CanBranch()
1017 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1018 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1022 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
965 llvm::MCInst &mc_inst) const { in GetMCInst()
979 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1015 llvm::MCInst &mc_inst) const { in CanBranch()
1016 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1017 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1021 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
965 llvm::MCInst &mc_inst) const { in GetMCInst()
979 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1015 llvm::MCInst &mc_inst) const { in CanBranch()
1016 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1017 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1021 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
966 llvm::MCInst &mc_inst) const { in GetMCInst()
980 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1016 llvm::MCInst &mc_inst) const { in CanBranch()
1017 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1018 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1022 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
966 llvm::MCInst &mc_inst) const { in GetMCInst()
980 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1016 llvm::MCInst &mc_inst) const { in CanBranch()
1017 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1018 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1022 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
965 llvm::MCInst &mc_inst) const { in GetMCInst()
979 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1015 llvm::MCInst &mc_inst) const { in CanBranch()
1016 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1017 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1021 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
965 llvm::MCInst &mc_inst) const { in GetMCInst()
979 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1015 llvm::MCInst &mc_inst) const { in CanBranch()
1016 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1017 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1021 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp57 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
61 bool CanBranch(llvm::MCInst &mc_inst) const;
62 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
63 bool IsCall(llvm::MCInst &mc_inst) const;
966 llvm::MCInst &mc_inst) const {
980 llvm::MCInst &mc_inst, std::string &inst_string,
1016 llvm::MCInst &mc_inst) const {
1017 return m_instr_info_up->get(mc_inst.getOpcode())
1018 .mayAffectControlFlow(mc_inst, *m_reg_info_up);
1022 llvm::MCInst &mc_inst) const {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp55 lldb::addr_t pc, llvm::MCInst &mc_inst) const;
59 bool CanBranch(llvm::MCInst &mc_inst) const;
60 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
61 bool IsCall(llvm::MCInst &mc_inst) const;
1017 llvm::MCInst &mc_inst) const { in GetMCInst()
1031 llvm::MCInst &mc_inst, std::string &inst_string, in PrintMCInst() argument
1067 llvm::MCInst &mc_inst) const { in CanBranch()
1068 return m_instr_info_up->get(mc_inst.getOpcode()) in CanBranch()
1069 .mayAffectControlFlow(mc_inst, *m_reg_info_up); in CanBranch()
1073 llvm::MCInst &mc_inst) const { in HasDelaySlot()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h45 bool canAssemble(const llvm::MCInst &mc_inst) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const MCInst &mc_inst) const;
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h50 bool canAssemble(const llvm::MCInst &mc_inst) const;
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h51 bool canAssemble(const llvm::MCInst &mc_inst) const;