]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/s390/s390.md
S/390: Add builtins for efpc and sfpc
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Fri, 27 Feb 2015 10:14:20 +0000 (10:14 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 27 Feb 2015 10:14:20 +0000 (10:14 +0000)
commit004f64e1b05a568d974669c41a5c0f1af77914de
tree7d42d46f26e9dc1a5ab6cecf1d33e523b96c50c0
parent9b80b7bc4de5b697b229be574246877a186fe859
S/390: Add builtins for efpc and sfpc

gcc/ChangeLog:
* config/s390/s390.c (enum s390_builtin):
Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
(code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
(s390_init_builtins): Generate new builtin functions.
* config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
(s390_sfpc, s390_efpc): New pattern definitions.

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