Related to http://reviews.llvm.org/D15772
Depends on http://reviews.llvm.org/D16889
Adds [D]REM[U] instructions.
Patch By: Srdjan Obucina
Contributions from: Simon Dardis
Paths
| Differential D17036
[mips] Addition of the [d]rem and [d]remu instructions ClosedPublic Authored by smaksimovic on Feb 9 2016, 11:41 AM.
Details Summary Related to http://reviews.llvm.org/D15772 Depends on http://reviews.llvm.org/D16889 Adds [D]REM[U] instructions. Patch By: Srdjan Obucina Contributions from: Simon Dardis
Diff Detail
Event Timelineobucina updated this object. obucina edited edge metadata. Comment ActionsPatch reduced to contain only changes for adding REM macro. This revision is now accepted and ready to land.Jul 9 2018, 3:21 AM Closed by commit rL336545: [mips] Addition of the [d]rem and [d]remu instructions (authored by smaksimovic). · Explain WhyJul 9 2018, 6:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154588 llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
llvm/trunk/lib/Target/Mips/Mips64InstrInfo.td
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
llvm/trunk/test/MC/Mips/macro-ddiv.s
llvm/trunk/test/MC/Mips/macro-drem.s
llvm/trunk/test/MC/Mips/macro-dremu.s
llvm/trunk/test/MC/Mips/macro-rem.s
llvm/trunk/test/MC/Mips/macro-remu.s
|