Home
last modified time | relevance | path

Searched refs:EmulateInstructionMIPS64 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp62 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 DEmulateInstructionMIPS64.h26 class EmulateInstructionMIPS64 : public lldb_private::EmulateInstruction {
28 EmulateInstructionMIPS64(const lldb_private::ArchSpec &arch);
84 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member
H A DCMakeLists.txt6 EmulateInstructionMIPS64.cpp
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp59 EmulateInstructionMIPS64::Initialize(); in Initialize()
75 EmulateInstructionMIPS64::Terminate(); in Terminate()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4168 lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h