Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h123 bool Emulate_LWM16_32(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp705 {"LWM16_MM", &EmulateInstructionMIPS::Emulate_LWM16_32, in GetOpcodeForInstruction()
707 {"LWM32_MM", &EmulateInstructionMIPS::Emulate_LWM16_32, in GetOpcodeForInstruction()
709 {"LWP_MM", &EmulateInstructionMIPS::Emulate_LWM16_32, in GetOpcodeForInstruction()
1693 bool EmulateInstructionMIPS::Emulate_LWM16_32(llvm::MCInst &insn) { in Emulate_LWM16_32() function in EmulateInstructionMIPS