Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp956 {"BEQZ16_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
958 {"BNEZ16_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
960 {"BEQZC_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
962 {"BNEZC_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
964 {"BGEZALS_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
966 {"BLTZALS_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
2200 bool EmulateInstructionMIPS::Emulate_Branch_MM(llvm::MCInst &insn) { in Emulate_Branch_MM() function in EmulateInstructionMIPS
H A DEmulateInstructionMIPS.h194 bool Emulate_Branch_MM(llvm::MCInst &insn);