Searched refs:Emulate_JR (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 138 bool Emulate_JR(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 899 {"JR", &EmulateInstructionMIPS64::Emulate_JR, "JR target"}, in GetOpcodeForInstruction() 900 {"JR64", &EmulateInstructionMIPS64::Emulate_JR, "JR target"}, in GetOpcodeForInstruction() 901 {"JR_HB", &EmulateInstructionMIPS64::Emulate_JR, "JR.HB target"}, in GetOpcodeForInstruction() 1952 bool EmulateInstructionMIPS64::Emulate_JR(llvm::MCInst &insn) { in Emulate_JR() function in EmulateInstructionMIPS64
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 163 bool Emulate_JR(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 917 {"JR", &EmulateInstructionMIPS::Emulate_JR, "JR target"}, in GetOpcodeForInstruction() 918 {"JR_HB", &EmulateInstructionMIPS::Emulate_JR, "JR.HB target"}, in GetOpcodeForInstruction() 960 {"JR16_MM", &EmulateInstructionMIPS::Emulate_JR, "JR16 rs rs"}, in GetOpcodeForInstruction() 961 {"JRC16_MM", &EmulateInstructionMIPS::Emulate_JR, "JRC16 rs rs"}, in GetOpcodeForInstruction() 2650 bool EmulateInstructionMIPS::Emulate_JR(llvm::MCInst &insn) { in Emulate_JR() function in EmulateInstructionMIPS
|