Searched refs:EmulateInstructionMIPS (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 62 EmulateInstructionMIPS::EmulateInstructionMIPS( in EmulateInstructionMIPS() function in EmulateInstructionMIPS 187 void EmulateInstructionMIPS::Initialize() { in Initialize() 192 void EmulateInstructionMIPS::Terminate() { in Terminate() 207 return new EmulateInstructionMIPS(arch); in CreateInstance() 670 EmulateInstructionMIPS::MipsOpcode * 674 {"ADDiu", &EmulateInstructionMIPS::Emulate_ADDiu, in GetOpcodeForInstruction() 712 {"LB", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction() 722 {"LD", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction() 734 {"LH", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction() 742 {"LL", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction() [all …]
|
| H A D | EmulateInstructionMIPS.h | 30 class EmulateInstructionMIPS : public lldb_private::EmulateInstruction { 62 EmulateInstructionMIPS(const lldb_private::ArchSpec &arch); 92 bool (EmulateInstructionMIPS::*callback)(llvm::MCInst &insn); member
|
| H A D | CMakeLists.txt | 6 EmulateInstructionMIPS.cpp
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | SystemInitializerLLGS.cpp | 56 EmulateInstructionMIPS::Initialize(); in Initialize() 72 EmulateInstructionMIPS::Terminate(); in Terminate()
|