Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h199 bool Emulate_JALx(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp954 {"JALS_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALS target"}, in GetOpcodeForInstruction()
955 {"JALX_MM", &EmulateInstructionMIPS::Emulate_JALx, "JALX target"}, in GetOpcodeForInstruction()
2320 bool EmulateInstructionMIPS::Emulate_JALx(llvm::MCInst &insn) { in Emulate_JALx() function in EmulateInstructionMIPS