Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp811 {"BLEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
813 {"BGEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
815 {"BLTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
817 {"BGTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
819 {"BEQZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
821 {"BNEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1506 bool EmulateInstructionMIPS64::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.h114 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h139 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp865 {"BLEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
867 {"BGEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
869 {"BLTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
871 {"BGTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
873 {"BEQZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
875 {"BNEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1931 bool EmulateInstructionMIPS::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS