Searched refs:Emulate_SUBU_ADDU (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| D | EmulateInstructionMIPS.h | 104 bool Emulate_SUBU_ADDU(llvm::MCInst &insn);
|
| D | EmulateInstructionMIPS.cpp | 680 {"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
|