Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
2367 bool EmulateInstructionMIPS::Emulate_JALRS(llvm::MCInst &insn) { in Emulate_JALRS() function in EmulateInstructionMIPS