Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h133 bool Emulate_JALR(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp896 {"JALR", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction()
897 {"JALR64", &EmulateInstructionMIPS64::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction()
898 {"JALR_HB", &EmulateInstructionMIPS64::Emulate_JALR, "JALR.HB target"}, in GetOpcodeForInstruction()
1856 bool EmulateInstructionMIPS64::Emulate_JALR(llvm::MCInst &insn) { in Emulate_JALR() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h155 bool Emulate_JALR(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp921 {"JALR", &EmulateInstructionMIPS::Emulate_JALR, "JALR target"}, in GetOpcodeForInstruction()
922 {"JALR_HB", &EmulateInstructionMIPS::Emulate_JALR, "JALR.HB target"}, in GetOpcodeForInstruction()
2561 bool EmulateInstructionMIPS::Emulate_JALR(llvm::MCInst &insn) { in Emulate_JALR() function in EmulateInstructionMIPS