Searched refs:EmulateInstructionMIPS64 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 62 EmulateInstructionMIPS64::EmulateInstructionMIPS64( in EmulateInstructionMIPS64() function in EmulateInstructionMIPS64 174 void EmulateInstructionMIPS64::Initialize() { in Initialize() 179 void EmulateInstructionMIPS64::Terminate() { in Terminate() 194 return new EmulateInstructionMIPS64(arch); in CreateInstance() 657 EmulateInstructionMIPS64::MipsOpcode * 685 {"LB", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 705 {"LH", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 713 {"LL", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 719 {"LW", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() 738 {"SB", &EmulateInstructionMIPS64::Emulate_LDST_Imm, in GetOpcodeForInstruction() [all …]
|
| H A D | EmulateInstructionMIPS64.h | 26 class EmulateInstructionMIPS64 : public lldb_private::EmulateInstruction { 28 EmulateInstructionMIPS64(const lldb_private::ArchSpec &arch); 84 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member
|
| H A D | CMakeLists.txt | 6 EmulateInstructionMIPS64.cpp
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | SystemInitializerLLGS.cpp | 59 EmulateInstructionMIPS64::Initialize(); in Initialize() 75 EmulateInstructionMIPS64::Terminate(); in Terminate()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4168 lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
|