Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h193 bool Emulate_B16_MM(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp937 {"B16_MM", &EmulateInstructionMIPS::Emulate_B16_MM, "B16 offset"}, in GetOpcodeForInstruction()
2153 bool EmulateInstructionMIPS::Emulate_B16_MM(llvm::MCInst &insn) { in Emulate_B16_MM() function in EmulateInstructionMIPS