The patch implements microMIPSDSP instructions: ABSQ.QB, ABSQ_S.PH, ABSQ_S.W, ABSQ_S.QB, INSV, MADD, MADDU, MSUB, MSUBU, MULT and MULTU.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D13721
[mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S.W, ABSQ_S.QB, INSV, MADD, MADDU, MSUB, MSUBU, MULT and MULTU instructions ClosedPublic Authored by zbuljan on Oct 14 2015, 4:00 AM.
Details Summary The patch implements microMIPSDSP instructions: ABSQ.QB, ABSQ_S.PH, ABSQ_S.W, ABSQ_S.QB, INSV, MADD, MADDU, MSUB, MSUBU, MULT and MULTU.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 16 2015, 2:50 AM Closed by commit rL250683: [mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S.W, ABSQ_S.QB, INSV… (authored by zbuljan). · Explain WhyOct 18 2015, 11:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37719 llvm/trunk/lib/Target/Mips/MicroMipsDSPInstrFormats.td
llvm/trunk/lib/Target/Mips/MicroMipsDSPInstrInfo.td
llvm/trunk/lib/Target/Mips/MipsDSPInstrInfo.td
llvm/trunk/test/MC/Disassembler/Mips/micromips-dsp/valid.txt
llvm/trunk/test/MC/Disassembler/Mips/micromips-dspr2/valid.txt
llvm/trunk/test/MC/Mips/micromips-dsp/valid.s
llvm/trunk/test/MC/Mips/micromips-dspr2/valid.s
|