Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h114 bool Emulate_Bcond_Link(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp792 {"BGEZALL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
795 {"BGEZAL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
870 {"BLTZAL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
872 {"BLTZALL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
1382 bool EmulateInstructionMIPS64::Emulate_Bcond_Link(llvm::MCInst &insn) { in Emulate_Bcond_Link() function in EmulateInstructionMIPS64
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h139 bool Emulate_Bcond_Link(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp847 {"BGEZALL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
850 {"BGEZAL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
891 {"BLTZAL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
893 {"BLTZALL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
1988 bool EmulateInstructionMIPS::Emulate_Bcond_Link(llvm::MCInst &insn) { in Emulate_Bcond_Link() function in EmulateInstructionMIPS