Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h91 bool Emulate_DADDiu(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp663 {"DADDiu", &EmulateInstructionMIPS64::Emulate_DADDiu, in GetOpcodeForInstruction()
665 {"ADDiu", &EmulateInstructionMIPS64::Emulate_DADDiu, in GetOpcodeForInstruction()
1063 bool EmulateInstructionMIPS64::Emulate_DADDiu(llvm::MCInst &insn) { in Emulate_DADDiu() function in EmulateInstructionMIPS64