Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h117 bool Emulate_SWM16_32(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp700 {"SWM16_MM", &EmulateInstructionMIPS::Emulate_SWM16_32, in GetOpcodeForInstruction()
702 {"SWM32_MM", &EmulateInstructionMIPS::Emulate_SWM16_32, in GetOpcodeForInstruction()
704 {"SWP_MM", &EmulateInstructionMIPS::Emulate_SWM16_32, in GetOpcodeForInstruction()
1576 bool EmulateInstructionMIPS::Emulate_SWM16_32(llvm::MCInst &insn) { in Emulate_SWM16_32() function in EmulateInstructionMIPS