This is an archive of the discontinued LLVM Phabricator instance.

MIPS64r6 MAX/MIN/MAXA/MINA.fmt instructions
ClosedPublic

Authored by jkolek on May 10 2014, 3:29 AM.

Details

Summary

Implemented MIPS64r6 instructions: max.s, max.d, min.s, min.d, maxa.s, maxa.d, mina.s, mina.d.

Diff Detail

Event Timeline

jkolek updated this revision to Diff 9277.May 10 2014, 3:29 AM
jkolek retitled this revision from to MIPS64r6 MAX/MIN/MAXA/MINA.fmt instructions.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, vmedic.
jkolek added subscribers: zoran.jovanovic, petarj.
jkolek updated this revision to Diff 9279.May 10 2014, 7:04 AM

This implementation relies on patch http://reviews.llvm.org/D3670. The format class COP1_SEL_FM is renamed to COP1_3R_FM, parameter funct is added, and it is used in MAX/MIN/MAXA/MINA.fmt instructions.

dsanders accepted this revision.May 12 2014, 2:48 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 12 2014, 2:48 AM
jkolek closed this revision.May 16 2014, 4:57 AM

Committed revision: 208890.

jkolek edited edge metadata.Nov 18 2014, 5:51 AM
jkolek added a subscriber: Unknown Object (MLST).