Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp803 {"BLEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
805 {"BGEZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
807 {"BLTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
809 {"BGTZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
811 {"BEQZALC", &EmulateInstructionMIPS64::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
813 {"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.h113 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h138 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp857 {"BLEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
859 {"BGEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
861 {"BLTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
863 {"BGTZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
865 {"BEQZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
867 {"BNEZALC", &EmulateInstructionMIPS::Emulate_Bcond_Link_C, in GetOpcodeForInstruction()
1916 bool EmulateInstructionMIPS::Emulate_Bcond_Link_C(llvm::MCInst &insn) { in Emulate_Bcond_Link_C() function in EmulateInstructionMIPS