Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h201 bool Emulate_JALRS(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp956 {"JALRS_MM", &EmulateInstructionMIPS::Emulate_JALRS, "JALRS rt, rs"}, in GetOpcodeForInstruction()
2365 bool EmulateInstructionMIPS::Emulate_JALRS(llvm::MCInst &insn) { in Emulate_JALRS() function in EmulateInstructionMIPS