Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp815 {"BLEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
817 {"BGEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
819 {"BLTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
821 {"BGTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
823 {"BEQZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
825 {"BNEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1509 bool EmulateInstructionMIPS64::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.h115 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp873 {"BLEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
875 {"BGEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
877 {"BLTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
879 {"BGTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
881 {"BEQZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
883 {"BNEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1941 bool EmulateInstructionMIPS::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS
H A DEmulateInstructionMIPS.h137 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);