Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h122 bool Emulate_LWM16_32(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp697 {"LWM16_MM", &EmulateInstructionMIPS::Emulate_LWM16_32, in GetOpcodeForInstruction()
699 {"LWM32_MM", &EmulateInstructionMIPS::Emulate_LWM16_32, in GetOpcodeForInstruction()
701 {"LWP_MM", &EmulateInstructionMIPS::Emulate_LWM16_32, in GetOpcodeForInstruction()
1677 bool EmulateInstructionMIPS::Emulate_LWM16_32(llvm::MCInst &insn) { in Emulate_LWM16_32() function in EmulateInstructionMIPS