Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h102 bool Emulate_ADDiu(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp676 {"ADDiu", &EmulateInstructionMIPS::Emulate_ADDiu, in GetOpcodeForInstruction()
1173 bool EmulateInstructionMIPS::Emulate_ADDiu(llvm::MCInst &insn) { in Emulate_ADDiu() function in EmulateInstructionMIPS