Home
last modified time | relevance | path

Searched refs:Emulate_JAL (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h129 bool Emulate_JAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp882 {"JAL", &EmulateInstructionMIPS64::Emulate_JAL, "JAL target"}, in GetOpcodeForInstruction()
883 {"JALX", &EmulateInstructionMIPS64::Emulate_JAL, "JALX target"}, in GetOpcodeForInstruction()
1826 bool EmulateInstructionMIPS64::Emulate_JAL(llvm::MCInst &insn) { in Emulate_JAL() function in EmulateInstructionMIPS64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h154 bool Emulate_JAL(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp903 {"JAL", &EmulateInstructionMIPS::Emulate_JAL, "JAL target"}, in GetOpcodeForInstruction()
904 {"JALX", &EmulateInstructionMIPS::Emulate_JAL, "JALX target"}, in GetOpcodeForInstruction()
2510 bool EmulateInstructionMIPS::Emulate_JAL(llvm::MCInst &insn) { in Emulate_JAL() function in EmulateInstructionMIPS