Searched refs:Emulate_JALR (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 132 bool Emulate_JALR(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 892 {"JALR", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction() 893 {"JALR64", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction() 894 {"JALR_HB", &EmulateInstructionMIPS64::Emulate_JALR, "JALR.HB target"}, in GetOpcodeForInstruction() 1853 bool EmulateInstructionMIPS64::Emulate_JALR(llvm::MCInst &insn) { in Emulate_JALR() function in EmulateInstructionMIPS64
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 157 bool Emulate_JALR(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 913 {"JALR", &EmulateInstructionMIPS::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction() 914 {"JALR_HB", &EmulateInstructionMIPS::Emulate_JALR, "JALR.HB target"}, in GetOpcodeForInstruction() 2551 bool EmulateInstructionMIPS::Emulate_JALR(llvm::MCInst &insn) { in Emulate_JALR() function in EmulateInstructionMIPS
|