Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h101 bool Emulate_ADDiu(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp674 {"ADDiu", &EmulateInstructionMIPS::Emulate_ADDiu, in GetOpcodeForInstruction()
1171 bool EmulateInstructionMIPS::Emulate_ADDiu(llvm::MCInst &insn) { in Emulate_ADDiu() function in EmulateInstructionMIPS