Home
last modified time | relevance | path

Searched refs:EmulateInstructionMIPS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp63 EmulateInstructionMIPS::EmulateInstructionMIPS( in EmulateInstructionMIPS() function in EmulateInstructionMIPS
188 void EmulateInstructionMIPS::Initialize() { in Initialize()
193 void EmulateInstructionMIPS::Terminate() { in Terminate()
208 return new EmulateInstructionMIPS(arch); in CreateInstance()
672 EmulateInstructionMIPS::MipsOpcode *
676 {"ADDiu", &EmulateInstructionMIPS::Emulate_ADDiu, in GetOpcodeForInstruction()
714 {"LB", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction()
724 {"LD", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction()
736 {"LH", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction()
744 {"LL", &EmulateInstructionMIPS::Emulate_LDST_Imm, in GetOpcodeForInstruction()
[all …]
H A DEmulateInstructionMIPS.h31 class EmulateInstructionMIPS : public lldb_private::EmulateInstruction {
63 EmulateInstructionMIPS(const lldb_private::ArchSpec &arch);
93 bool (EmulateInstructionMIPS::*callback)(llvm::MCInst &insn); member
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp69 EmulateInstructionMIPS::Initialize(); in Initialize()
91 EmulateInstructionMIPS::Terminate(); in Terminate()
/freebsd/lib/clang/liblldb/
H A DMakefile385 SRCS+= Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp