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 D | EmulateInstructionMIPS64.h | 116 bool Emulate_Bcond_Link(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 802 {"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 D | EmulateInstructionMIPS.h | 141 bool Emulate_Bcond_Link(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 857 {"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
|