This is an archive of the discontinued LLVM Phabricator instance.

MIPS32r6 - Floating Point Fused Multiply Add Subtract
ClosedPublic

Authored by zoran.jovanovic on May 12 2014, 9:07 AM.

Details

Summary

Implemented MIPS32r6:
maddf.s, maddf.d, msubf.s, and msubf.d.

Diff Detail

Event Timeline

zoran.jovanovic retitled this revision from to MIPS32r6 - Floating Point Fused Multiply Add Subtract.
zoran.jovanovic updated this object.
zoran.jovanovic edited the test plan for this revision. (Show Details)
zoran.jovanovic added reviewers: dsanders, vmedic.
zoran.jovanovic added a subscriber: jkolek.
dsanders accepted this revision.May 14 2014, 6:11 AM
dsanders edited edge metadata.

LGTM with a couple nits

lib/Target/Mips/Mips32r6InstrInfo.td
104

'COP1_4R_DESC_BASE' or 'COP1_4RF_DESC_BASE' would be consistent with MSA's naming convention

186–187

Space after colon

198–199

Same

This revision is now accepted and ready to land.May 14 2014, 6:11 AM

Committed revision 208952.