Searched refs:EmulateInstructionMIPS64 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 63 EmulateInstructionMIPS64::EmulateInstructionMIPS64( in EmulateInstructionMIPS64() function in EmulateInstructionMIPS64 175 void EmulateInstructionMIPS64::Initialize() { in Initialize() 180 void EmulateInstructionMIPS64::Terminate() { in Terminate() 195 return new EmulateInstructionMIPS64(arch); in CreateInstance() 659 EmulateInstructionMIPS64::MipsOpcode * 687 {"LB", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 707 {"LH", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 715 {"LL", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 721 {"LW", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 740 {"SB", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() [all …]
|
| H A D | EmulateInstructionMIPS64.h | 27 class EmulateInstructionMIPS64 : public lldb_private::EmulateInstruction { 29 EmulateInstructionMIPS64(const lldb_private::ArchSpec &arch); 85 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | SystemInitializerLLGS.cpp | 72 EmulateInstructionMIPS64::Initialize(); in Initialize() 94 EmulateInstructionMIPS64::Terminate(); in Terminate()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 386 SRCS+= Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
|