rs6000: Remove Ftrad, Fvsx, Fs; add s and sd
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 4 Jun 2019 23:30:43 +0000 (01:30 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Tue, 4 Jun 2019 23:30:43 +0000 (01:30 +0200)
commit4c5d4de7b573ba7f64097afbb6d2d1608c522ddf
treebeda0b871dfcaddf412abf1dd7d7ff634e2411ee
parent7858932efcc352a8ca2966f48c4c3b9c58c64022
rs6000: Remove Ftrad, Fvsx, Fs; add s and sd

This removes the <Ftrad>, <Fvsx>, and <Fs> mode attributes, and creates
new <sd> and <s> mode attributes instead.  <sd> is either "s" or "d",
depending on whether the mode is single-precision or double-precision
floating point; and <s> is either "s" or nothing.

* config/rs6000/rs6000.md (SFDF, SFDF2): Adjust comments.
(define_mode_attr sd): New.
(define_mode_attr s): New.
(define_mode_attr Ftrad): Delete.
(define_mode_attr Fvsx): Delete.
(define_mode_attr Fs): Delete.
(rest of file): Use the new mode attributes.
* config.rs6000/vsx.md: Use the new mode attributes.

From-SVN: r271931
gcc/ChangeLog
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/vsx.md