Home
last modified time | relevance | path

Searched refs:Emulate_LD (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h98 bool Emulate_LD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp666 {"LD", &EmulateInstructionMIPS64::Emulate_LD, "LD rt, offset(base)"}, in GetOpcodeForInstruction()
1182 bool EmulateInstructionMIPS64::Emulate_LD(llvm::MCInst &insn) { in Emulate_LD() function in EmulateInstructionMIPS64