Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h200 bool Emulate_JALRS(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp954 {"JALRS_MM", &EmulateInstructionMIPS::Emulate_JALRS, "JALRS rt, rs"}, in GetOpcodeForInstruction()
2368 bool EmulateInstructionMIPS::Emulate_JALRS(llvm::MCInst &insn) { in Emulate_JALRS() function in EmulateInstructionMIPS