Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h99 bool Emulate_SD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp675 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"}, in GetOpcodeForInstruction()
1144 bool EmulateInstructionMIPS64::Emulate_SD(llvm::MCInst &insn) { in Emulate_SD() function in EmulateInstructionMIPS64