Commit 68ea24cb by Michael Meissner

fix ChangeLog

From-SVN: r230831
parent c30e691b
...@@ -2,23 +2,22 @@ ...@@ -2,23 +2,22 @@
Michael Meissner <meissner@linux.vnet.ibm.com> Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.md (UNSPEC_XSRDPI): New unspec. * config/rs6000/rs6000.md (UNSPEC_XSRDPI): New unspec.
(Fv2): New mode attribute to be used when ISA 2.06 instructions (Fv2): New mode attribute to be used when ISA 2.07 instructions
are used on SF/DF values. are used on SF values, and ISA 2.06 instructions on DF values.
(abs<mode>2_fpr): Use <Fv2> instead of <Fv>. (add<mode>3_fpr): Use <Fv2> instead of <Fv>.
(nabs<mode>2_fpr): Likewise. (sub<mode>3_fpr): Use <Fv2> instead of <Fv>.
(neg<mode>2_fpr): Likewise. (mul<mode>3_fpr): Use <Fv2> instead of <Fv>.
(copysign<mode>3_fcpsgn): Likewise. (div<mode>3_fpr): Use <Fv2> instead of <Fv>.
(smax<mode>3_vsx): Likewise. (sqrt<mode>2): Use <Fv2> instead of <Fv>.
(smin<mode>3_vsx): Likewise. (fre<Fs>): Use <Fv2> instead of <Fv>.
(floatsi<mode>2_lfiwax): Likewise. (rsqrt<mode>2): Use <Fv2> instead of <Fv>.
(floatunssi<mode>2_lfiwz): Likewise. (cmp<mode>_fpr): Use <Fv2> instead of <Fv>.
(fctiwz_<mode>): Likewise.
(fctiwuz_<mode>): Likewise.
(btrunc<mode>2): Likewise.
(ceil<mode>2): Likewise.
(floor<mode>2): Likewise.
(xsrdpi<mode>): Add support for the lround function. (xsrdpi<mode>): Add support for the lround function.
(lround<mode>di2): Likewise. (lround<mode>di2): Likewise.
(fma<mode>4_fpr): Use <Fv2> instead of <Fv>.
(fms<mode>4_fpr): Use <Fv2> instead of <Fv>.
(nfma<mode>4_fpr): Use <Fv2> instead of <Fv>.
(nfms<mode>4_fpr): Use <Fv2> instead of <Fv>.
2015-11-24 Aditya Kumar <aditya.k7@samsung.com> 2015-11-24 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment