Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h130 bool Emulate_JALR(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp882 {"JALR", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction()
883 {"JALR64", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction()
884 {"JALR_HB", &EmulateInstructionMIPS64::Emulate_JALR, "JALR.HB target"}, in GetOpcodeForInstruction()
1857 bool EmulateInstructionMIPS64::Emulate_JALR(llvm::MCInst &insn) { in Emulate_JALR() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h155 bool Emulate_JALR(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp903 {"JALR", &EmulateInstructionMIPS::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction()
904 {"JALR_HB", &EmulateInstructionMIPS::Emulate_JALR, "JALR.HB target"}, in GetOpcodeForInstruction()
2544 bool EmulateInstructionMIPS::Emulate_JALR(llvm::MCInst &insn) { in Emulate_JALR() function in EmulateInstructionMIPS