Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp809 {"BGEZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
810 {"BGEZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
871 {"BGEZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGEZL rt,offset"}, in GetOpcodeForInstruction()
872 {"BGTZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
873 {"BGTZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
874 {"BGTZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BGTZL rt,offset"}, in GetOpcodeForInstruction()
875 {"BLEZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
876 {"BLEZ64", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
877 {"BLEZL", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLEZL rt,offset"}, in GetOpcodeForInstruction()
878 {"BLTZ", &EmulateInstructionMIPS64::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction()
[all …]
DEmulateInstructionMIPS64.h110 bool Emulate_BXX_2ops(llvm::MCInst &insn);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp864 {"BGEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZ rs,offset"}, in GetOpcodeForInstruction()
895 {"BGEZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGEZL rt,offset"}, in GetOpcodeForInstruction()
896 {"BGTZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGTZ rt,offset"}, in GetOpcodeForInstruction()
897 {"BGTZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BGTZL rt,offset"}, in GetOpcodeForInstruction()
898 {"BLEZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLEZ rt,offset"}, in GetOpcodeForInstruction()
899 {"BLEZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLEZL rt,offset"}, in GetOpcodeForInstruction()
900 {"BLTZ", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLTZ rt,offset"}, in GetOpcodeForInstruction()
905 {"BLTZL", &EmulateInstructionMIPS::Emulate_BXX_2ops, "BLTZL rt,offset"}, in GetOpcodeForInstruction()
2050 bool EmulateInstructionMIPS::Emulate_BXX_2ops(llvm::MCInst &insn) { in Emulate_BXX_2ops() function in EmulateInstructionMIPS
DEmulateInstructionMIPS.h135 bool Emulate_BXX_2ops(llvm::MCInst &insn);