Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h130 bool Emulate_JAL(llvm::MCInst &insn);
DEmulateInstructionMIPS64.cpp890 {"JAL", &EmulateInstructionMIPS64::Emulate_JAL, "JAL target"}, in GetOpcodeForInstruction()
891 {"JALX", &EmulateInstructionMIPS64::Emulate_JAL, "JALX target"}, in GetOpcodeForInstruction()
1822 bool EmulateInstructionMIPS64::Emulate_JAL(llvm::MCInst &insn) { in Emulate_JAL() function in EmulateInstructionMIPS64
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h155 bool Emulate_JAL(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp911 {"JAL", &EmulateInstructionMIPS::Emulate_JAL, "JAL target"}, in GetOpcodeForInstruction()
912 {"JALX", &EmulateInstructionMIPS::Emulate_JAL, "JALX target"}, in GetOpcodeForInstruction()
2520 bool EmulateInstructionMIPS::Emulate_JAL(llvm::MCInst &insn) { in Emulate_JAL() function in EmulateInstructionMIPS