s390.c: Replace F*_REGNUM with FPR*_REGNUM.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Mon, 8 Jul 2013 14:20:33 +0000 (14:20 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 8 Jul 2013 14:20:33 +0000 (14:20 +0000)
commit2cf4c39ee664e36df9b2d764534b455a8a432328
tree378251eb61d6998b632422293d53a1a886bc8b7b
parenteebb98a55b8a102555c0e9823ed5597f8dc7cefb
s390.c: Replace F*_REGNUM with FPR*_REGNUM.

2013-07-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c: Replace F*_REGNUM with FPR*_REGNUM.
* config/s390/s390.h: Remove F*_REGNUM macro definitions.
* config/s390/s390.md: Define FPR*_REGNUM constants.
Fix FPR2_REGNUM constant (18 -> 17).
("*trunc<BFP:mode><DFP_ALL:mode>2")
("*trunc<DFP_ALL:mode><BFP:mode>2")
("trunc<BFP:mode><DFP_ALL:mode>2")
("trunc<DFP_ALL:mode><BFP:mode>2")
("*extend<BFP:mode><DFP_ALL:mode>2")
("*extend<DFP_ALL:mode><BFP:mode>2")
("extend<BFP:mode><DFP_ALL:mode>2")
("extend<DFP_ALL:mode><BFP:mode>2"): Replace FPR2_REGNUM with
FPR4_REGNUM.

From-SVN: r200787
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md