Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h111 bool Emulate_ADDIUSP(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp695 {"ADDIUSP_MM", &EmulateInstructionMIPS::Emulate_ADDIUSP, in GetOpcodeForInstruction()
1452 bool EmulateInstructionMIPS::Emulate_ADDIUSP(llvm::MCInst &insn) { in Emulate_ADDIUSP() function in EmulateInstructionMIPS