Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp799 {"BGEZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
800 {"BGEZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
861 {"BGEZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZL rt,offset"}, in GetOpcodeForInstruction()
862 {"BGTZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
863 {"BGTZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
864 {"BGTZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZL rt,offset"}, in GetOpcodeForInstruction()
865 {"BLEZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
866 {"BLEZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
867 {"BLEZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZL rt,offset"}, in GetOpcodeForInstruction()
868 {"BLTZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction()
[all …]
H A DEmulateInstructionMIPS64.h108 bool Emulate_BXX_2ops(llvm::MCInst &insn);
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp854 {"BGEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
885 {"BGEZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZL rt,offset"}, in GetOpcodeForInstruction()
886 {"BGTZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
887 {"BGTZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGTZL rt,offset"}, in GetOpcodeForInstruction()
888 {"BLEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
889 {"BLEZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLEZL rt,offset"}, in GetOpcodeForInstruction()
890 {"BLTZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction()
895 {"BLTZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLTZL rt,offset"}, in GetOpcodeForInstruction()
2039 bool EmulateInstructionMIPS::Emulate_BXX_2ops(llvm::MCInst &insn) { in Emulate_BXX_2ops() function in EmulateInstructionMIPS
H A DEmulateInstructionMIPS.h133 bool Emulate_BXX_2ops(llvm::MCInst &insn);