Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp801 {"BLEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
803 {"BGEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
805 {"BLTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
807 {"BGTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
809 {"BEQZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
811 {"BNEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1494 bool EmulateInstructionMIPS64::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.h112 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h137 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp855 {"BLEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
857 {"BGEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
859 {"BLTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
861 {"BGTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
863 {"BEQZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
865 {"BNEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1919 bool EmulateInstructionMIPS::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS