Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h198 bool Emulate_JALx(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp952 {"JALS_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALS target"}, in GetOpcodeForInstruction()
953 {"JALX_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALX target"}, in GetOpcodeForInstruction()
2323 bool EmulateInstructionMIPS::Emulate_JALx(llvm::MCInst &insn) { in Emulate_JALx() function in EmulateInstructionMIPS