diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2019-06-05 01:30:43 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2019-06-05 01:30:43 +0200 |
commit | 4c5d4de7b573ba7f64097afbb6d2d1608c522ddf (patch) | |
tree | beda0b871dfcaddf412abf1dd7d7ff634e2411ee /gcc/fold-const.c | |
parent | 7858932efcc352a8ca2966f48c4c3b9c58c64022 (diff) | |
download | gcc-4c5d4de7b573ba7f64097afbb6d2d1608c522ddf.zip gcc-4c5d4de7b573ba7f64097afbb6d2d1608c522ddf.tar.gz gcc-4c5d4de7b573ba7f64097afbb6d2d1608c522ddf.tar.bz2 |
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
Diffstat (limited to 'gcc/fold-const.c')
0 files changed, 0 insertions, 0 deletions