Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h196 bool Emulate_Branch_MM(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp946 {"BEQZ16_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
948 {"BNEZ16_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
950 {"BEQZC_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
952 {"BNEZC_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
954 {"BGEZALS_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
956 {"BLTZALS_MM", &EmulateInstructionMIPS::Emulate_Branch_MM, in GetOpcodeForInstruction()
2190 bool EmulateInstructionMIPS::Emulate_Branch_MM(llvm::MCInst &insn) { in Emulate_Branch_MM() function in EmulateInstructionMIPS