Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h96 bool Emulate_SD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp665 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"}, in GetOpcodeForInstruction()
1125 bool EmulateInstructionMIPS64::Emulate_SD(llvm::MCInst &insn) { in Emulate_SD() function in EmulateInstructionMIPS64