Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h97 bool Emulate_SD(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp667 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"}, in GetOpcodeForInstruction()
1127 bool EmulateInstructionMIPS64::Emulate_SD(llvm::MCInst &insn) { in Emulate_SD() function in EmulateInstructionMIPS64