Searched refs:Emulate_Branch_MM (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 195 bool Emulate_Branch_MM(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 938 {"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() 2180 bool EmulateInstructionMIPS::Emulate_Branch_MM(llvm::MCInst &insn) { in Emulate_Branch_MM() function in EmulateInstructionMIPS
|