Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h104 bool Emulate_SUBU_ADDU(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp680 {"SUBU", &EmulateInstructionMIPS::Emulate_SUBU_ADDU, "SUBU rd, rs, rt"}, in GetOpcodeForInstruction()
681 {"ADDU", &EmulateInstructionMIPS::Emulate_SUBU_ADDU, "ADDU rd, rs, rt"}, in GetOpcodeForInstruction()
1331 bool EmulateInstructionMIPS::Emulate_SUBU_ADDU(llvm::MCInst &insn) { in Emulate_SUBU_ADDU() function in EmulateInstructionMIPS