diff options
author | Carl Love <cel@us.ibm.com> | 2017-06-26 14:29:48 +0000 |
---|---|---|
committer | Carl Love <carll@gcc.gnu.org> | 2017-06-26 14:29:48 +0000 |
commit | 952ac945082412d2fe01e087f3969ecb9ad7f87f (patch) | |
tree | 247b01e4e367ceb087e9e0eaf0f3f5c3d190d088 /gcc/config.gcc | |
parent | 226ab0a80879f9d758ba992b2fe06ac1049e8a98 (diff) | |
download | gcc-952ac945082412d2fe01e087f3969ecb9ad7f87f.zip gcc-952ac945082412d2fe01e087f3969ecb9ad7f87f.tar.gz gcc-952ac945082412d2fe01e087f3969ecb9ad7f87f.tar.bz2 |
rs6000-c.c: Add support for built-in functions vector bool char vec_reve (vector bool char)...
gcc/ChangeLog:
2017-06-26 Carl Love <cel@us.ibm.com>
* config/rs6000/rs6000-c.c: Add support for built-in functions
vector bool char vec_reve (vector bool char);
vector signed char vec_reve (vector signed char);
vector unsigned char vec_reve (vector unsigned char);
vector bool int vec_reve (vector bool int);
vector signed int vec_reve (vector signed int);
vector unsigned int vec_reve (vector unsigned int);
vector bool long long vec_reve (vector bool long long);
vector signed long long vec_reve (vector signed long long);
vector unsigned long long vec_reve (vector unsigned long long);
vector bool short vec_reve (vector bool short);
vector signed short vec_reve (vector signed short);
vector double vec_reve (vector double);
vector float vec_reve (vector float);
* config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
* config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
(altivec_vreve): New pattern.
* config/rs6000/altivec.h (vec_reve): New define.
* doc/extend.texi (vec_rev): Update the built-in documentation file
for the new built-in functions.
gcc/testsuite/ChangeLog:
2017-06-26 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/builtins-3-vec_reve-runnable.c:
Add new runnable test file for the vec_rev built-ins.
From-SVN: r249650
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions