Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h116 bool Emulate_Bcond_Link(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp802 {"BGEZALL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
805 {"BGEZAL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
880 {"BLTZAL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
882 {"BLTZALL", &EmulateInstructionMIPS64::Emulate_Bcond_Link, in GetOpcodeForInstruction()
1395 bool EmulateInstructionMIPS64::Emulate_Bcond_Link(llvm::MCInst &insn) { in Emulate_Bcond_Link() function in EmulateInstructionMIPS64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h141 bool Emulate_Bcond_Link(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp857 {"BGEZALL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
860 {"BGEZAL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
901 {"BLTZAL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
903 {"BLTZALL", &EmulateInstructionMIPS::Emulate_Bcond_Link, in GetOpcodeForInstruction()
2000 bool EmulateInstructionMIPS::Emulate_Bcond_Link(llvm::MCInst &insn) { in Emulate_Bcond_Link() function in EmulateInstructionMIPS