Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp839 {"BLTZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
841 {"BLTZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
843 {"BLEZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
845 {"BLEZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
847 {"BGEZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
849 {"BGEZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
851 {"BGTZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
853 {"BGTZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
855 {"BEQZC", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
857 {"BEQZC64", &EmulateInstructionMIPS64::Emulate_BXX_2ops_C, in GetOpcodeForInstruction()
[all …]
H A DEmulateInstructionMIPS64.h111 bool Emulate_BXX_2ops_C(llvm::MCInst &insn);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h136 bool Emulate_BXX_2ops_C(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp881 {"BLTZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BLTZC rt,offset"}, in GetOpcodeForInstruction()
882 {"BLEZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BLEZC rt,offset"}, in GetOpcodeForInstruction()
883 {"BGEZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BGEZC rt,offset"}, in GetOpcodeForInstruction()
884 {"BGTZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BGTZC rt,offset"}, in GetOpcodeForInstruction()
885 {"BEQZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BEQZC rt,offset"}, in GetOpcodeForInstruction()
886 {"BNEZC", &EmulateInstructionMIPS::Emulate_BXX_2ops_C, "BNEZC rt,offset"}, in GetOpcodeForInstruction()
2095 bool EmulateInstructionMIPS::Emulate_BXX_2ops_C(llvm::MCInst &insn) { in Emulate_BXX_2ops_C() function in EmulateInstructionMIPS