Searched refs:Emulate_JR (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 137 bool Emulate_JR(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 891 {"JR", &EmulateInstructionMIPS64::Emulate_JR, "JR target"}, in GetOpcodeForInstruction() 892 {"JR64", &EmulateInstructionMIPS64::Emulate_JR, "JR target"}, in GetOpcodeForInstruction() 893 {"JR_HB", &EmulateInstructionMIPS64::Emulate_JR, "JR.HB target"}, in GetOpcodeForInstruction() 1956 bool EmulateInstructionMIPS64::Emulate_JR(llvm::MCInst &insn) { in Emulate_JR() function in EmulateInstructionMIPS64
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 162 bool Emulate_JR(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 909 {"JR", &EmulateInstructionMIPS::Emulate_JR, "JR target"}, in GetOpcodeForInstruction() 910 {"JR_HB", &EmulateInstructionMIPS::Emulate_JR, "JR.HB target"}, in GetOpcodeForInstruction() 952 {"JR16_MM", &EmulateInstructionMIPS::Emulate_JR, "JR16 rs rs"}, in GetOpcodeForInstruction() 953 {"JRC16_MM", &EmulateInstructionMIPS::Emulate_JR, "JRC16 rs rs"}, in GetOpcodeForInstruction() 2640 bool EmulateInstructionMIPS::Emulate_JR(llvm::MCInst &insn) { in Emulate_JR() function in EmulateInstructionMIPS
|