Searched refs:Emulate_BXX_2ops_C (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 837 {"BLTZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 839 {"BLTZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 841 {"BLEZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 843 {"BLEZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 845 {"BGEZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 847 {"BGEZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 849 {"BGTZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 851 {"BGTZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 853 {"BEQZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() 855 {"BEQZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction() [all …]
|
| H A D | EmulateInstructionMIPS64.h | 110 bool Emulate_BXX_2ops_C(llvm::MCInst &insn);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 135 bool Emulate_BXX_2ops_C(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 879 {"BLTZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BLTZC rt,offset"}, in GetOpcodeForInstruction() 880 {"BLEZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BLEZC rt,offset"}, in GetOpcodeForInstruction() 881 {"BGEZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BGEZC rt,offset"}, in GetOpcodeForInstruction() 882 {"BGTZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BGTZC rt,offset"}, in GetOpcodeForInstruction() 883 {"BEQZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BEQZC rt,offset"}, in GetOpcodeForInstruction() 884 {"BNEZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BNEZC rt,offset"}, in GetOpcodeForInstruction() 2096 bool EmulateInstructionMIPS::Emulate_BXX_2ops_C(llvm::MCInst &insn) { in Emulate_BXX_2ops_C() function in EmulateInstructionMIPS
|