This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

zbuljan updated this revision to Diff 37329.Oct 14 2015, 4:00 AM
zbuljan retitled this revision from to [mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S.W, ABSQ_S.QB, INSV, MADD, MADDU, MSUB, MSUBU, MULT and MULTU instructions.
zbuljan updated this object.
zbuljan added subscribers: petarj, llvm-commits.
dsanders accepted this revision.Oct 16 2015, 2:50 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 16 2015, 2:50 AM
This revision was automatically updated to reflect the committed changes.