Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h115 bool Emulate_Bcond_Link(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp794 {"BGEZALL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
797 {"BGEZAL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
872 {"BLTZAL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
874 {"BLTZALL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
1381 bool EmulateInstructionMIPS64::Emulate_Bcond_Link(llvm::MCInst &insn) { in Emulate_Bcond_Link() function in EmulateInstructionMIPS64
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h140 bool Emulate_Bcond_Link(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp849 {"BGEZALL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
852 {"BGEZAL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
893 {"BLTZAL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
895 {"BLTZALL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
1987 bool EmulateInstructionMIPS::Emulate_Bcond_Link(llvm::MCInst &insn) { in Emulate_Bcond_Link() function in EmulateInstructionMIPS