Searched refs:Emulate_JAL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| D | EmulateInstructionMIPS64.h | 130 bool Emulate_JAL(llvm::MCInst &insn);
|
| D | EmulateInstructionMIPS64.cpp | 890 {"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/ |
| D | EmulateInstructionMIPS.h | 155 bool Emulate_JAL(llvm::MCInst &insn);
|
| D | EmulateInstructionMIPS.cpp | 911 {"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
|