diff options
author | Carl Love <cel@us.ibm.com> | 2017-07-24 16:50:22 +0000 |
---|---|---|
committer | Carl Love <carll@gcc.gnu.org> | 2017-07-24 16:50:22 +0000 |
commit | 26bca0ed48bcbd292d08bb2e83276658d6ea5434 (patch) | |
tree | 12164755d44c8c937412f89bd6d506d4776f73d5 /gcc/cfgrtl.c | |
parent | 570e228b5e0ca01cc433786df5c61aa583e22469 (diff) | |
download | gcc-26bca0ed48bcbd292d08bb2e83276658d6ea5434.zip gcc-26bca0ed48bcbd292d08bb2e83276658d6ea5434.tar.gz gcc-26bca0ed48bcbd292d08bb2e83276658d6ea5434.tar.bz2 |
rs6000-c.c: Add support for built-in functions vector float vec_extract_fp32_from_shorth...
gcc/ChangeLog:
2017-07-24 Carl Love <cel@us.ibm.com>
* config/rs6000/rs6000-c.c: Add support for built-in functions
vector float vec_extract_fp32_from_shorth (vector unsigned short);
vector float vec_extract_fp32_from_shortl (vector unsigned short);
* config/rs6000/altivec.h (vec_extract_fp_from_shorth,
vec_extract_fp_from_shortl): Add defines for the two builtins.
* config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
new builtins.
* config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
(vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
* doc/extend.texi: Update the built-in documentation file for the
new built-in function.
gcc/testsuite/ChangeLog:
2017-07-24 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/builtins-3-p9-runnable.c: Add new test file for
the new built-ins.
From-SVN: r250477
Diffstat (limited to 'gcc/cfgrtl.c')
0 files changed, 0 insertions, 0 deletions