Home
last modified time | relevance | path

Searched refs:Emulate_Branch_MM (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp938 {"BEQZ16_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
940 {"BNEZ16_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
942 {"BEQZC_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
944 {"BNEZC_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
946 {"BGEZALS_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
948 {"BLTZALS_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
2182 bool EmulateInstructionMIPS::Emulate_Branch_MM(llvm::MCInst &insn) { in Emulate_Branch_MM() function in EmulateInstructionMIPS
H A DEmulateInstructionMIPS.h195 bool Emulate_Branch_MM(llvm::MCInst &insn);