Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h139 bool Emulate_JR(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp903 {"JR", &EmulateInstructionMIPS64::Emulate_JR, "JR target"}, in GetOpcodeForInstruction()
904 {"JR64", &EmulateInstructionMIPS64::Emulate_JR, "JR target"}, in GetOpcodeForInstruction()
905 {"JR_HB", &EmulateInstructionMIPS64::Emulate_JR, "JR.HB target"}, in GetOpcodeForInstruction()
1955 bool EmulateInstructionMIPS64::Emulate_JR(llvm::MCInst &insn) { in Emulate_JR() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h161 bool Emulate_JR(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp925 {"JR", &EmulateInstructionMIPS::Emulate_JR, "JR target"}, in GetOpcodeForInstruction()
926 {"JR_HB", &EmulateInstructionMIPS::Emulate_JR, "JR.HB target"}, in GetOpcodeForInstruction()
970 {"JR16_MM", &EmulateInstructionMIPS::Emulate_JR, "JR16 rs rs"}, in GetOpcodeForInstruction()
971 {"JRC16_MM", &EmulateInstructionMIPS::Emulate_JR, "JRC16 rs rs"}, in GetOpcodeForInstruction()
2660 bool EmulateInstructionMIPS::Emulate_JR(llvm::MCInst &insn) { in Emulate_JR() function in EmulateInstructionMIPS