rs6000: Delete FP_ISA3
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 11 May 2022 18:43:57 +0000 (18:43 +0000)
committerSegher Boessenkool <segher@kernel.crashing.org>
Thu, 9 Jun 2022 19:35:53 +0000 (19:35 +0000)
commita05aac0a130cd4e09530ebeb6beae4e5495ad6bc
tree3e82716e3bb1bc466700f0669e1558ee9221adec
parent699e9a0f671875c60c992d4442cba12aea0c25e9
rs6000: Delete FP_ISA3

FP_ISA3 is exactly the same as SFDF, just a less obvious name.  So,
let's delete it.

2022-06-09  Segher Boessenkool  <segher@kernel.crashing.org>

* config/rs6000/rs6000.md (FP_ISA3): Delete.
(float<QHI:mode><FP_ISA3:mode>2): Rename to...
(float<QHI:mode><SFDF:mode>2): ... this.  Adjust.
(*float<QHI:mode><FP_ISA3:mode>2_internal): Rename to...
(*float<QHI:mode><SFDF:mode>2_internal): ... this.  Adjust.
(floatuns<QHI:mode><FP_ISA3:mode>2): Rename to...
(floatuns<QHI:mode><SFDF:mode>2): ... this.  Adjust.
(*floatuns<QHI:mode><FP_ISA3:mode>2_internal): Rename to...
(*floatuns<QHI:mode><SFDF:mode>2_internal): ... this.  Adjust.
gcc/config/rs6000/rs6000.md