[gcc(refs/users/wschmidt/heads/builtins8)] rs6000: **squash me**

William Schmidt wschmidt@gcc.gnu.org
Wed Mar 24 15:41:01 GMT 2021


https://gcc.gnu.org/g:a736b5d2a577f03df65b722b97a7e8c85bafc325

commit a736b5d2a577f03df65b722b97a7e8c85bafc325
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Mon Mar 22 17:10:17 2021 -0500

    rs6000: **squash me**
    
    2021-03-12  Bill Schmidt  <wschmidt@linux.ibm.com>
    
    gcc/
            * config/rs6000/rs6000-builtin-new.def: Change load/store offsets
            to signed long.
            * config/rs6000/rs6000-overload.def: Likewise.

Diff:
---
 gcc/config/rs6000/rs6000-builtin-new.def | 172 +++++++-------
 gcc/config/rs6000/rs6000-overload.def    | 392 +++++++++++++++----------------
 2 files changed, 282 insertions(+), 282 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-builtin-new.def b/gcc/config/rs6000/rs6000-builtin-new.def
index eb9b7724158..79947af74be 100644
--- a/gcc/config/rs6000/rs6000-builtin-new.def
+++ b/gcc/config/rs6000/rs6000-builtin-new.def
@@ -312,49 +312,49 @@
   fpmath vf __builtin_altivec_float_sisf (vsi);
     FLOAT_V4SI_V4SF floatv4siv4sf2 {}
 
-  pure vsc __builtin_altivec_lvebx (signed long long, const void *);
+  pure vsc __builtin_altivec_lvebx (signed long, const void *);
     LVEBX altivec_lvebx {ldvec}
 
-  pure vss __builtin_altivec_lvehx (signed long long, const void *);
+  pure vss __builtin_altivec_lvehx (signed long, const void *);
     LVEHX altivec_lvehx {ldvec}
 
-  pure vsi __builtin_altivec_lvewx (signed long long, const void *);
+  pure vsi __builtin_altivec_lvewx (signed long, const void *);
     LVEWX altivec_lvewx {ldvec}
 
-  pure vuc __builtin_altivec_lvsl (signed long long, const void *);
+  pure vuc __builtin_altivec_lvsl (signed long, const void *);
     LVSL altivec_lvsl {ldvec}
 
-  pure vuc __builtin_altivec_lvsr (signed long long, const void *);
+  pure vuc __builtin_altivec_lvsr (signed long, const void *);
     LVSR altivec_lvsr {ldvec}
 
-  pure vsi __builtin_altivec_lvx (signed long long, const void *);
+  pure vsi __builtin_altivec_lvx (signed long, const void *);
     LVX altivec_lvx_v4si {ldvec}
 
-  pure vsc __builtin_altivec_lvx_v16qi (signed long long, const void *);
+  pure vsc __builtin_altivec_lvx_v16qi (signed long, const void *);
     LVX_V16QI altivec_lvx_v16qi {ldvec}
 
-  pure vf __builtin_altivec_lvx_v4sf (signed long long, const void *);
+  pure vf __builtin_altivec_lvx_v4sf (signed long, const void *);
     LVX_V4SF altivec_lvx_v4sf {ldvec}
 
-  pure vsi __builtin_altivec_lvx_v4si (signed long long, const void *);
+  pure vsi __builtin_altivec_lvx_v4si (signed long, const void *);
     LVX_V4SI altivec_lvx_v4si {ldvec}
 
-  pure vss __builtin_altivec_lvx_v8hi (signed long long, const void *);
+  pure vss __builtin_altivec_lvx_v8hi (signed long, const void *);
     LVX_V8HI altivec_lvx_v8hi {ldvec}
 
-  pure vsi __builtin_altivec_lvxl (signed long long, const void *);
+  pure vsi __builtin_altivec_lvxl (signed long, const void *);
     LVXL altivec_lvxl_v4si {ldvec}
 
-  pure vsc __builtin_altivec_lvxl_v16qi (signed long long, const void *);
+  pure vsc __builtin_altivec_lvxl_v16qi (signed long, const void *);
     LVXL_V16QI altivec_lvxl_v16qi {ldvec}
 
-  pure vf __builtin_altivec_lvxl_v4sf (signed long long, const void *);
+  pure vf __builtin_altivec_lvxl_v4sf (signed long, const void *);
     LVXL_V4SF altivec_lvxl_v4sf {ldvec}
 
-  pure vsi __builtin_altivec_lvxl_v4si (signed long long, const void *);
+  pure vsi __builtin_altivec_lvxl_v4si (signed long, const void *);
     LVXL_V4SI altivec_lvxl_v4si {ldvec}
 
-  pure vss __builtin_altivec_lvxl_v8hi (signed long long, const void *);
+  pure vss __builtin_altivec_lvxl_v8hi (signed long, const void *);
     LVXL_V8HI altivec_lvxl_v8hi {ldvec}
 
   const vsc __builtin_altivec_mask_for_load (const void *);
@@ -390,43 +390,43 @@
   const vss __builtin_altivec_nabs_v8hi (vss);
     NABS_V8HI nabsv8hi2 {}
 
-  void __builtin_altivec_stvebx (vsc, signed long long, void *);
+  void __builtin_altivec_stvebx (vsc, signed long, void *);
     STVEBX altivec_stvebx {stvec}
 
-  void __builtin_altivec_stvehx (vss, signed long long, void *);
+  void __builtin_altivec_stvehx (vss, signed long, void *);
     STVEHX altivec_stvehx {stvec}
 
-  void __builtin_altivec_stvewx (vsi, signed long long, void *);
+  void __builtin_altivec_stvewx (vsi, signed long, void *);
     STVEWX altivec_stvewx {stvec}
 
-  void __builtin_altivec_stvx (vsi, signed long long, void *);
+  void __builtin_altivec_stvx (vsi, signed long, void *);
     STVX altivec_stvx_v4si {stvec}
 
-  void __builtin_altivec_stvx_v16qi (vsc, signed long long, void *);
+  void __builtin_altivec_stvx_v16qi (vsc, signed long, void *);
     STVX_V16QI altivec_stvx_v16qi {stvec}
 
-  void __builtin_altivec_stvx_v4sf (vf, signed long long, void *);
+  void __builtin_altivec_stvx_v4sf (vf, signed long, void *);
     STVX_V4SF altivec_stvx_v4sf {stvec}
 
-  void __builtin_altivec_stvx_v4si (vsi, signed long long, void *);
+  void __builtin_altivec_stvx_v4si (vsi, signed long, void *);
     STVX_V4SI altivec_stvx_v4si {stvec}
 
-  void __builtin_altivec_stvx_v8hi (vss, signed long long, void *);
+  void __builtin_altivec_stvx_v8hi (vss, signed long, void *);
     STVX_V8HI altivec_stvx_v8hi {stvec}
 
-  void __builtin_altivec_stvxl (vsi, signed long long, void *);
+  void __builtin_altivec_stvxl (vsi, signed long, void *);
     STVXL altivec_stvxl_v4si {stvec}
 
-  void __builtin_altivec_stvxl_v16qi (vsc, signed long long, void *);
+  void __builtin_altivec_stvxl_v16qi (vsc, signed long, void *);
     STVXL_V16QI altivec_stvxl_v16qi {stvec}
 
-  void __builtin_altivec_stvxl_v4sf (vf, signed long long, void *);
+  void __builtin_altivec_stvxl_v4sf (vf, signed long, void *);
     STVXL_V4SF altivec_stvxl_v4sf {stvec}
 
-  void __builtin_altivec_stvxl_v4si (vsi, signed long long, void *);
+  void __builtin_altivec_stvxl_v4si (vsi, signed long, void *);
     STVXL_V4SI altivec_stvxl_v4si {stvec}
 
-  void __builtin_altivec_stvxl_v8hi (vss, signed long long, void *);
+  void __builtin_altivec_stvxl_v8hi (vss, signed long, void *);
     STVXL_V8HI altivec_stvxl_v8hi {stvec}
 
   fpmath vf __builtin_altivec_uns_float_sisf (vui);
@@ -1104,49 +1104,49 @@
 
 ; Cell builtins.
 [cell]
-  pure vsc __builtin_altivec_lvlx (signed long long, const void *);
+  pure vsc __builtin_altivec_lvlx (signed long, const void *);
     LVLX altivec_lvlx {ldvec}
 
-  pure vsc __builtin_altivec_lvlxl (signed long long, const void *);
+  pure vsc __builtin_altivec_lvlxl (signed long, const void *);
     LVLXL altivec_lvlxl {ldvec}
 
-  pure vsc __builtin_altivec_lvrx (signed long long, const void *);
+  pure vsc __builtin_altivec_lvrx (signed long, const void *);
     LVRX altivec_lvrx {ldvec}
 
-  pure vsc __builtin_altivec_lvrxl (signed long long, const void *);
+  pure vsc __builtin_altivec_lvrxl (signed long, const void *);
     LVRXL altivec_lvrxl {ldvec}
 
-  void __builtin_altivec_stvlx (vsc, signed long long, void *);
+  void __builtin_altivec_stvlx (vsc, signed long, void *);
     STVLX altivec_stvlx {stvec}
 
-  void __builtin_altivec_stvlxl (vsc, signed long long, void *);
+  void __builtin_altivec_stvlxl (vsc, signed long, void *);
     STVLXL altivec_stvlxl {stvec}
 
-  void __builtin_altivec_stvrx (vsc, signed long long, void *);
+  void __builtin_altivec_stvrx (vsc, signed long, void *);
     STVRX altivec_stvrx {stvec}
 
-  void __builtin_altivec_stvrxl (vsc, signed long long, void *);
+  void __builtin_altivec_stvrxl (vsc, signed long, void *);
     STVRXL altivec_stvrxl {stvec}
 
 
 ; VSX builtins.
 [vsx]
-  pure vsq __builtin_altivec_lvx_v1ti (signed long long, const void *);
+  pure vsq __builtin_altivec_lvx_v1ti (signed long, const void *);
     LVX_V1TI altivec_lvx_v1ti {ldvec}
 
-  pure vd __builtin_altivec_lvx_v2df (signed long long, const void *);
+  pure vd __builtin_altivec_lvx_v2df (signed long, const void *);
     LVX_V2DF altivec_lvx_v2df {ldvec}
 
-  pure vsll __builtin_altivec_lvx_v2di (signed long long, const void *);
+  pure vsll __builtin_altivec_lvx_v2di (signed long, const void *);
     LVX_V2DI altivec_lvx_v2di {ldvec}
 
-  pure vuq __builtin_altivec_lvxl_v1ti (signed long long, const void *);
+  pure vuq __builtin_altivec_lvxl_v1ti (signed long, const void *);
     LVXL_V1TI altivec_lvxl_v1ti {ldvec}
 
-  pure vd __builtin_altivec_lvxl_v2df (signed long long, const void *);
+  pure vd __builtin_altivec_lvxl_v2df (signed long, const void *);
     LVXL_V2DF altivec_lvxl_v2df {ldvec}
 
-  pure vsll __builtin_altivec_lvxl_v2di (signed long long, const void *);
+  pure vsll __builtin_altivec_lvxl_v2di (signed long, const void *);
     LVXL_V2DI altivec_lvxl_v2di {ldvec}
 
   const vd __builtin_altivec_nabs_v2df (vd);
@@ -1155,16 +1155,16 @@
   const vsll __builtin_altivec_nabs_v2di (vsll);
     NABS_V2DI nabsv2di2 {}
 
-  void __builtin_altivec_stvx_v2df (vd, signed long long, void *);
+  void __builtin_altivec_stvx_v2df (vd, signed long, void *);
     STVX_V2DF altivec_stvx_v2df {stvec}
 
-  void __builtin_altivec_stvx_v2di (vsll, signed long long, void *);
+  void __builtin_altivec_stvx_v2di (vsll, signed long, void *);
     STVX_V2DI altivec_stvx_v2di {stvec}
 
-  void __builtin_altivec_stvxl_v2df (vd, signed long long, void *);
+  void __builtin_altivec_stvxl_v2df (vd, signed long, void *);
     STVXL_V2DF altivec_stvxl_v2df {stvec}
 
-  void __builtin_altivec_stvxl_v2di (vsll, signed long long, void *);
+  void __builtin_altivec_stvxl_v2di (vsll, signed long, void *);
     STVXL_V2DI altivec_stvxl_v2di {stvec}
 
   const vd __builtin_altivec_vand_v2df (vd, vd);
@@ -1389,25 +1389,25 @@
   const vf __builtin_vsx_floato_v2di (vsll);
     FLOATO_V2DI floatov2di {}
 
-  pure vsq __builtin_vsx_ld_elemrev_v1ti (signed long long, const void *);
+  pure vsq __builtin_vsx_ld_elemrev_v1ti (signed long, const void *);
     LD_ELEMREV_V1TI vsx_ld_elemrev_v1ti {ldvec}
 
-  pure vd __builtin_vsx_ld_elemrev_v2df (signed long long, const void *);
+  pure vd __builtin_vsx_ld_elemrev_v2df (signed long, const void *);
     LD_ELEMREV_V2DF vsx_ld_elemrev_v2df {ldvec}
 
-  pure vsll __builtin_vsx_ld_elemrev_v2di (signed long long, const void *);
+  pure vsll __builtin_vsx_ld_elemrev_v2di (signed long, const void *);
     LD_ELEMREV_V2DI vsx_ld_elemrev_v2di {ldvec}
 
-  pure vf __builtin_vsx_ld_elemrev_v4sf (signed long long, const void *);
+  pure vf __builtin_vsx_ld_elemrev_v4sf (signed long, const void *);
     LD_ELEMREV_V4SF vsx_ld_elemrev_v4sf {ldvec}
 
-  pure vsi __builtin_vsx_ld_elemrev_v4si (signed long long, const void *);
+  pure vsi __builtin_vsx_ld_elemrev_v4si (signed long, const void *);
     LD_ELEMREV_V4SI vsx_ld_elemrev_v4si {ldvec}
 
-  pure vss __builtin_vsx_ld_elemrev_v8hi (signed long long, const void *);
+  pure vss __builtin_vsx_ld_elemrev_v8hi (signed long, const void *);
     LD_ELEMREV_V8HI vsx_ld_elemrev_v8hi {ldvec}
 
-  pure vsc __builtin_vsx_ld_elemrev_v16qi (signed long long, const void *);
+  pure vsc __builtin_vsx_ld_elemrev_v16qi (signed long, const void *);
     LD_ELEMREV_V16QI vsx_ld_elemrev_v16qi {ldvec}
 
 ; There is apparent intent in rs6000-builtin.def to have RS6000_BTC_SPECIAL
@@ -1415,25 +1415,25 @@
 ; for any of them.  At some point, we may want to add a set of built-ins for
 ; whichever vector types make sense for these.
 
-  pure vsq __builtin_vsx_lxvd2x_v1ti (signed long long, const void *);
+  pure vsq __builtin_vsx_lxvd2x_v1ti (signed long, const void *);
     LXVD2X_V1TI vsx_load_v1ti {ldvec}
 
-  pure vd __builtin_vsx_lxvd2x_v2df (signed long long, const void *);
+  pure vd __builtin_vsx_lxvd2x_v2df (signed long, const void *);
     LXVD2X_V2DF vsx_load_v2df {ldvec}
 
-  pure vsll __builtin_vsx_lxvd2x_v2di (signed long long, const void *);
+  pure vsll __builtin_vsx_lxvd2x_v2di (signed long, const void *);
     LXVD2X_V2DI vsx_load_v2di {ldvec}
 
-  pure vsc __builtin_vsx_lxvw4x_v16qi (signed long long, const void *);
+  pure vsc __builtin_vsx_lxvw4x_v16qi (signed long, const void *);
     LXVW4X_V16QI vsx_load_v16qi {ldvec}
 
-  pure vf __builtin_vsx_lxvw4x_v4sf (signed long long, const void *);
+  pure vf __builtin_vsx_lxvw4x_v4sf (signed long, const void *);
     LXVW4X_V4SF vsx_load_v4sf {ldvec}
 
-  pure vsi __builtin_vsx_lxvw4x_v4si (signed long long, const void *);
+  pure vsi __builtin_vsx_lxvw4x_v4si (signed long, const void *);
     LXVW4X_V4SI vsx_load_v4si {ldvec}
 
-  pure vss __builtin_vsx_lxvw4x_v8hi (signed long long, const void *);
+  pure vss __builtin_vsx_lxvw4x_v8hi (signed long, const void *);
     LXVW4X_V8HI vsx_load_v8hi {ldvec}
 
   const vd __builtin_vsx_mergeh_2df (vd, vd);
@@ -1475,46 +1475,46 @@
   const vull __builtin_vsx_splat_2di_uns (unsigned long long);
     SPLAT_2DI_UNS vsx_splat_v2di {}
 
-  void __builtin_vsx_st_elemrev_v1ti (vsq, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v1ti (vsq, signed long, void *);
     ST_ELEMREV_V1TI vsx_st_elemrev_v1ti {stvec}
 
-  void __builtin_vsx_st_elemrev_v2df (vd, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v2df (vd, signed long, void *);
     ST_ELEMREV_V2DF vsx_st_elemrev_v2df {stvec}
 
-  void __builtin_vsx_st_elemrev_v2di (vsll, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v2di (vsll, signed long, void *);
     ST_ELEMREV_V2DI vsx_st_elemrev_v2di {stvec}
 
-  void __builtin_vsx_st_elemrev_v4sf (vf, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v4sf (vf, signed long, void *);
     ST_ELEMREV_V4SF vsx_st_elemrev_v4sf {stvec}
 
-  void __builtin_vsx_st_elemrev_v4si (vsi, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v4si (vsi, signed long, void *);
     ST_ELEMREV_V4SI vsx_st_elemrev_v4si {stvec}
 
-  void __builtin_vsx_st_elemrev_v8hi (vss, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v8hi (vss, signed long, void *);
     ST_ELEMREV_V8HI vsx_st_elemrev_v8hi {stvec}
 
-  void __builtin_vsx_st_elemrev_v16qi (vsc, signed long long, void *);
+  void __builtin_vsx_st_elemrev_v16qi (vsc, signed long, void *);
     ST_ELEMREV_V16QI vsx_st_elemrev_v16qi {stvec}
 
-  void __builtin_vsx_stxvd2x_v1ti (vsq, signed long long, void *);
+  void __builtin_vsx_stxvd2x_v1ti (vsq, signed long, void *);
     STXVD2X_V1TI vsx_store_v1ti {stvec}
 
-  void __builtin_vsx_stxvd2x_v2df (vd, signed long long, void *);
+  void __builtin_vsx_stxvd2x_v2df (vd, signed long, void *);
     STXVD2X_V2DF vsx_store_v2df {stvec}
 
-  void __builtin_vsx_stxvd2x_v2di (vsll, signed long long, void *);
+  void __builtin_vsx_stxvd2x_v2di (vsll, signed long, void *);
     STXVD2X_V2DI vsx_store_v2di {stvec}
 
-  void __builtin_vsx_stxvw4x_v4sf (vf, signed long long, void *);
+  void __builtin_vsx_stxvw4x_v4sf (vf, signed long, void *);
     STXVW4X_V4SF vsx_store_v4sf {stvec}
 
-  void __builtin_vsx_stxvw4x_v4si (vsi, signed long long, void *);
+  void __builtin_vsx_stxvw4x_v4si (vsi, signed long, void *);
     STXVW4X_V4SI vsx_store_v4si {stvec}
 
-  void __builtin_vsx_stxvw4x_v8hi (vss, signed long long, void *);
+  void __builtin_vsx_stxvw4x_v8hi (vss, signed long, void *);
     STXVW4X_V8HI vsx_store_v8hi {stvec}
 
-  void __builtin_vsx_stxvw4x_v16qi (vsc, signed long long, void *);
+  void __builtin_vsx_stxvw4x_v16qi (vsc, signed long, void *);
     STXVW4X_V16QI vsx_store_v16qi {stvec}
 
   const vull __builtin_vsx_udiv_2di (vull, vull);
@@ -3089,28 +3089,28 @@
   const vui __builtin_altivec_mtvsrwm (unsigned long long);
     MTVSRWM vec_mtvsr_v4si {}
 
-  pure signed __int128 __builtin_altivec_se_lxvrbx (signed long long, const signed char *);
+  pure signed __int128 __builtin_altivec_se_lxvrbx (signed long, const signed char *);
     SE_LXVRBX vsx_lxvrbx {lxvrse}
 
-  pure signed __int128 __builtin_altivec_se_lxvrhx (signed long long, const signed short *);
+  pure signed __int128 __builtin_altivec_se_lxvrhx (signed long, const signed short *);
     SE_LXVRHX vsx_lxvrhx {lxvrse}
 
-  pure signed __int128 __builtin_altivec_se_lxvrwx (signed long long, const signed int *);
+  pure signed __int128 __builtin_altivec_se_lxvrwx (signed long, const signed int *);
     SE_LXVRWX vsx_lxvrwx {lxvrse}
 
-  pure signed __int128 __builtin_altivec_se_lxvrdx (signed long long, const signed long long *);
+  pure signed __int128 __builtin_altivec_se_lxvrdx (signed long, const signed long long *);
     SE_LXVRDX vsx_lxvrdx {lxvrse}
 
-  void __builtin_altivec_tr_stxvrbx (vsq, signed long long, signed char *);
+  void __builtin_altivec_tr_stxvrbx (vsq, signed long, signed char *);
     TR_STXVRBX vsx_stxvrbx {stvec}
 
-  void __builtin_altivec_tr_stxvrhx (vsq, signed long long, signed int *);
+  void __builtin_altivec_tr_stxvrhx (vsq, signed long, signed int *);
     TR_STXVRHX vsx_stxvrhx {stvec}
 
-  void __builtin_altivec_tr_stxvrwx (vsq, signed long long, signed short *);
+  void __builtin_altivec_tr_stxvrwx (vsq, signed long, signed short *);
     TR_STXVRWX vsx_stxvrwx {stvec}
 
-  void __builtin_altivec_tr_stxvrdx (vsq, signed long long, signed long long *);
+  void __builtin_altivec_tr_stxvrdx (vsq, signed long, signed long long *);
     TR_STXVRDX vsx_stxvrdx {stvec}
 
   const vull __builtin_altivec_vcfuged (vull, vull);
@@ -3458,16 +3458,16 @@
   const vss __builtin_vsx_xxpermx_v8hi (vss, vss, vuc, const int<3>);
     XXPERMX_V8HI xxpermx {}
 
-  pure unsigned __int128 __builtin_altivec_ze_lxvrbx (signed long long, const unsigned char *);
+  pure unsigned __int128 __builtin_altivec_ze_lxvrbx (signed long, const unsigned char *);
     ZE_LXVRBX vsx_lxvrbx {lxvrze}
 
-  pure unsigned __int128 __builtin_altivec_ze_lxvrhx (signed long long, const unsigned short *);
+  pure unsigned __int128 __builtin_altivec_ze_lxvrhx (signed long, const unsigned short *);
     ZE_LXVRHX vsx_lxvrhx {lxvrze}
 
-  pure unsigned __int128 __builtin_altivec_ze_lxvrwx (signed long long, const unsigned int *);
+  pure unsigned __int128 __builtin_altivec_ze_lxvrwx (signed long, const unsigned int *);
     ZE_LXVRWX vsx_lxvrwx {lxvrze}
 
-  pure unsigned __int128 __builtin_altivec_ze_lxvrdx (signed long long, const unsigned long long *);
+  pure unsigned __int128 __builtin_altivec_ze_lxvrdx (signed long, const unsigned long long *);
     ZE_LXVRDX vsx_lxvrdx {lxvrze}
 
 
diff --git a/gcc/config/rs6000/rs6000-overload.def b/gcc/config/rs6000/rs6000-overload.def
index ecb801c8afa..98526d18b6d 100644
--- a/gcc/config/rs6000/rs6000-overload.def
+++ b/gcc/config/rs6000/rs6000-overload.def
@@ -1750,149 +1750,149 @@
     INSERT4B  INSERT4B_U
 
 [VEC_LD, vec_ld, __builtin_vec_ld]
-  vsc __builtin_vec_ld (signed long long, const vsc *);
+  vsc __builtin_vec_ld (signed long, const vsc *);
     LVX_V16QI  LVX_V16QI_VSC
-  vsc __builtin_vec_ld (signed long long, const signed char *);
+  vsc __builtin_vec_ld (signed long, const signed char *);
     LVX_V16QI  LVX_V16QI_SC
-  vuc __builtin_vec_ld (signed long long, const vuc *);
+  vuc __builtin_vec_ld (signed long, const vuc *);
     LVX_V16QI  LVX_V16QI_VUC
-  vuc __builtin_vec_ld (signed long long, const unsigned char *);
+  vuc __builtin_vec_ld (signed long, const unsigned char *);
     LVX_V16QI  LVX_V16QI_UC
-  vbc __builtin_vec_ld (signed long long, const vbc *);
+  vbc __builtin_vec_ld (signed long, const vbc *);
     LVX_V16QI  LVX_V16QI_VBC
-  vss __builtin_vec_ld (signed long long, const vss *);
+  vss __builtin_vec_ld (signed long, const vss *);
     LVX_V8HI  LVX_V8HI_VSS
-  vss __builtin_vec_ld (signed long long, const signed short *);
+  vss __builtin_vec_ld (signed long, const signed short *);
     LVX_V8HI  LVX_V8HI_SS
-  vus __builtin_vec_ld (signed long long, const vus *);
+  vus __builtin_vec_ld (signed long, const vus *);
     LVX_V8HI  LVX_V8HI_VUS
-  vus __builtin_vec_ld (signed long long, const unsigned short *);
+  vus __builtin_vec_ld (signed long, const unsigned short *);
     LVX_V8HI  LVX_V8HI_US
-  vbs __builtin_vec_ld (signed long long, const vbs *);
+  vbs __builtin_vec_ld (signed long, const vbs *);
     LVX_V8HI  LVX_V8HI_VBS
-  vp __builtin_vec_ld (signed long long, const vp *);
+  vp __builtin_vec_ld (signed long, const vp *);
     LVX_V8HI  LVX_V8HI_VP
-  vsi __builtin_vec_ld (signed long long, const vsi *);
+  vsi __builtin_vec_ld (signed long, const vsi *);
     LVX_V4SI  LVX_V4SI_VSI
-  vsi __builtin_vec_ld (signed long long, const signed int *);
+  vsi __builtin_vec_ld (signed long, const signed int *);
     LVX_V4SI  LVX_V4SI_SI
-  vui __builtin_vec_ld (signed long long, const vui *);
+  vui __builtin_vec_ld (signed long, const vui *);
     LVX_V4SI  LVX_V4SI_VUI
-  vui __builtin_vec_ld (signed long long, const unsigned int *);
+  vui __builtin_vec_ld (signed long, const unsigned int *);
     LVX_V4SI  LVX_V4SI_UI
-  vbi __builtin_vec_ld (signed long long, const vbi *);
+  vbi __builtin_vec_ld (signed long, const vbi *);
     LVX_V4SI  LVX_V4SI_VBI
-  vsll __builtin_vec_ld (signed long long, const vsll *);
+  vsll __builtin_vec_ld (signed long, const vsll *);
     LVX_V2DI  LVX_V2DI_VSLL
-  vsll __builtin_vec_ld (signed long long, const signed long long *);
+  vsll __builtin_vec_ld (signed long, const signed long long *);
     LVX_V2DI  LVX_V2DI_SLL
-  vull __builtin_vec_ld (signed long long, const vull *);
+  vull __builtin_vec_ld (signed long, const vull *);
     LVX_V2DI  LVX_V2DI_VULL
-  vull __builtin_vec_ld (signed long long, const unsigned long long *);
+  vull __builtin_vec_ld (signed long, const unsigned long long *);
     LVX_V2DI  LVX_V2DI_ULL
-  vbll __builtin_vec_ld (signed long long, const vbll *);
+  vbll __builtin_vec_ld (signed long, const vbll *);
     LVX_V2DI  LVX_V2DI_VBLL
-  vsq __builtin_vec_ld (signed long long, const vsq *);
+  vsq __builtin_vec_ld (signed long, const vsq *);
     LVX_V1TI  LVX_V1TI_VSQ
-  vuq __builtin_vec_ld (signed long long, const vuq *);
+  vuq __builtin_vec_ld (signed long, const vuq *);
     LVX_V1TI  LVX_V1TI_VUQ
-  vsq __builtin_vec_ld (signed long long, const __int128 *);
+  vsq __builtin_vec_ld (signed long, const __int128 *);
     LVX_V1TI  LVX_V1TI_TI
-  vuq __builtin_vec_ld (signed long long, const unsigned __int128 *);
+  vuq __builtin_vec_ld (signed long, const unsigned __int128 *);
     LVX_V1TI  LVX_V1TI_UTI
-  vf __builtin_vec_ld (signed long long, const vf *);
+  vf __builtin_vec_ld (signed long, const vf *);
     LVX_V4SF  LVX_V4SF_VF
-  vf __builtin_vec_ld (signed long long, const float *);
+  vf __builtin_vec_ld (signed long, const float *);
     LVX_V4SF  LVX_V4SF_F
-  vd __builtin_vec_ld (signed long long, const vd *);
+  vd __builtin_vec_ld (signed long, const vd *);
     LVX_V2DF  LVX_V2DF_VD
-  vd __builtin_vec_ld (signed long long, const double *);
+  vd __builtin_vec_ld (signed long, const double *);
     LVX_V2DF  LVX_V2DF_D
 ; The following variants are deprecated.
-  vsi __builtin_vec_ld (signed long long, const long *);
+  vsi __builtin_vec_ld (signed long, const long *);
     LVX_V4SI  LVX_V4SI_SL
-  vui __builtin_vec_ld (signed long long, const unsigned long *);
+  vui __builtin_vec_ld (signed long, const unsigned long *);
     LVX_V4SI  LVX_V4SI_UL
 
 [VEC_LDE, vec_lde, __builtin_vec_lde]
-  vsc __builtin_vec_lde (signed long long, const signed char *);
+  vsc __builtin_vec_lde (signed long, const signed char *);
     LVEBX  LVEBX_SC
-  vuc __builtin_vec_lde (signed long long, const unsigned char *);
+  vuc __builtin_vec_lde (signed long, const unsigned char *);
     LVEBX  LVEBX_UC
-  vss __builtin_vec_lde (signed long long, const signed short *);
+  vss __builtin_vec_lde (signed long, const signed short *);
     LVEHX  LVEHX_SS
-  vus __builtin_vec_lde (signed long long, const unsigned short *);
+  vus __builtin_vec_lde (signed long, const unsigned short *);
     LVEHX  LVEHX_US
-  vsi __builtin_vec_lde (signed long long, const signed int *);
+  vsi __builtin_vec_lde (signed long, const signed int *);
     LVEWX  LVEWX_SI
-  vui __builtin_vec_lde (signed long long, const unsigned int *);
+  vui __builtin_vec_lde (signed long, const unsigned int *);
     LVEWX  LVEWX_UI
-  vf __builtin_vec_lde (signed long long, const float *);
+  vf __builtin_vec_lde (signed long, const float *);
     LVEWX  LVEWX_F
 ; The following variants are deprecated.
-  vsi __builtin_vec_lde (signed long long, const long *);
+  vsi __builtin_vec_lde (signed long, const long *);
     LVEWX  LVEWX_SL
-  vui __builtin_vec_lde (signed long long, const unsigned long *);
+  vui __builtin_vec_lde (signed long, const unsigned long *);
     LVEWX  LVEWX_UL
 
 [VEC_LDL, vec_ldl, __builtin_vec_ldl]
-  vsc __builtin_vec_ldl (signed long long, const vsc *);
+  vsc __builtin_vec_ldl (signed long, const vsc *);
     LVXL_V16QI  LVXL_V16QI_VSC
-  vsc __builtin_vec_ldl (signed long long, const signed char *);
+  vsc __builtin_vec_ldl (signed long, const signed char *);
     LVXL_V16QI  LVXL_V16QI_SC
-  vuc __builtin_vec_ldl (signed long long, const vuc *);
+  vuc __builtin_vec_ldl (signed long, const vuc *);
     LVXL_V16QI  LVXL_V16QI_VUC
-  vuc __builtin_vec_ldl (signed long long, const unsigned char *);
+  vuc __builtin_vec_ldl (signed long, const unsigned char *);
     LVXL_V16QI  LVXL_V16QI_UC
-  vbc __builtin_vec_ldl (signed long long, const vbc *);
+  vbc __builtin_vec_ldl (signed long, const vbc *);
     LVXL_V16QI  LVXL_V16QI_VBC
-  vss __builtin_vec_ldl (signed long long, const vss *);
+  vss __builtin_vec_ldl (signed long, const vss *);
     LVXL_V8HI  LVXL_V8HI_VSS
-  vss __builtin_vec_ldl (signed long long, const signed short *);
+  vss __builtin_vec_ldl (signed long, const signed short *);
     LVXL_V8HI  LVXL_V8HI_SS
-  vus __builtin_vec_ldl (signed long long, const vus *);
+  vus __builtin_vec_ldl (signed long, const vus *);
     LVXL_V8HI  LVXL_V8HI_VUS
-  vus __builtin_vec_ldl (signed long long, const unsigned short *);
+  vus __builtin_vec_ldl (signed long, const unsigned short *);
     LVXL_V8HI  LVXL_V8HI_US
-  vbs __builtin_vec_ldl (signed long long, const vbs *);
+  vbs __builtin_vec_ldl (signed long, const vbs *);
     LVXL_V8HI  LVXL_V8HI_VBS
-  vp __builtin_vec_ldl (signed long long, const vp *);
+  vp __builtin_vec_ldl (signed long, const vp *);
     LVXL_V8HI  LVXL_V8HI_VP
-  vsi __builtin_vec_ldl (signed long long, const vsi *);
+  vsi __builtin_vec_ldl (signed long, const vsi *);
     LVXL_V4SI  LVXL_V4SI_VSI
-  vsi __builtin_vec_ldl (signed long long, const signed int *);
+  vsi __builtin_vec_ldl (signed long, const signed int *);
     LVXL_V4SI  LVXL_V4SI_SI
-  vui __builtin_vec_ldl (signed long long, const vui *);
+  vui __builtin_vec_ldl (signed long, const vui *);
     LVXL_V4SI  LVXL_V4SI_VUI
-  vui __builtin_vec_ldl (signed long long, const unsigned int *);
+  vui __builtin_vec_ldl (signed long, const unsigned int *);
     LVXL_V4SI  LVXL_V4SI_UI
-  vbi __builtin_vec_ldl (signed long long, const vbi *);
+  vbi __builtin_vec_ldl (signed long, const vbi *);
     LVXL_V4SI  LVXL_V4SI_VBI
-  vsll __builtin_vec_ldl (signed long long, const vsll *);
+  vsll __builtin_vec_ldl (signed long, const vsll *);
     LVXL_V2DI  LVXL_V2DI_VSLL
-  vsll __builtin_vec_ldl (signed long long, const signed long long *);
+  vsll __builtin_vec_ldl (signed long, const signed long long *);
     LVXL_V2DI  LVXL_V2DI_SLL
-  vull __builtin_vec_ldl (signed long long, const vull *);
+  vull __builtin_vec_ldl (signed long, const vull *);
     LVXL_V2DI  LVXL_V2DI_VULL
-  vull __builtin_vec_ldl (signed long long, const unsigned long long *);
+  vull __builtin_vec_ldl (signed long, const unsigned long long *);
     LVXL_V2DI  LVXL_V2DI_ULL
-  vbll __builtin_vec_ldl (signed long long, const vbll *);
+  vbll __builtin_vec_ldl (signed long, const vbll *);
     LVXL_V2DI  LVXL_V2DI_VBLL
-  vsq __builtin_vec_ldl (signed long long, const vsq *);
+  vsq __builtin_vec_ldl (signed long, const vsq *);
     LVXL_V1TI  LVXL_V1TI_VSQ
-  vuq __builtin_vec_ldl (signed long long, const vuq *);
+  vuq __builtin_vec_ldl (signed long, const vuq *);
     LVXL_V1TI  LVXL_V1TI_VUQ
-  vsq __builtin_vec_ldl (signed long long, const __int128 *);
+  vsq __builtin_vec_ldl (signed long, const __int128 *);
     LVXL_V1TI  LVXL_V1TI_TI
-  vuq __builtin_vec_ldl (signed long long, const unsigned __int128 *);
+  vuq __builtin_vec_ldl (signed long, const unsigned __int128 *);
     LVXL_V1TI  LVXL_V1TI_UTI
-  vf __builtin_vec_ldl (signed long long, const vf *);
+  vf __builtin_vec_ldl (signed long, const vf *);
     LVXL_V4SF  LVXL_V4SF_VF
-  vf __builtin_vec_ldl (signed long long, const float *);
+  vf __builtin_vec_ldl (signed long, const float *);
     LVXL_V4SF  LVXL_V4SF_F
-  vd __builtin_vec_ldl (signed long long, const vd *);
+  vd __builtin_vec_ldl (signed long, const vd *);
     LVXL_V2DF  LVXL_V2DF_VD
-  vd __builtin_vec_ldl (signed long long, const double *);
+  vd __builtin_vec_ldl (signed long, const double *);
     LVXL_V2DF  LVXL_V2DF_D
 
 [VEC_LOGE, vec_loge, __builtin_vec_loge]
@@ -1900,211 +1900,211 @@
     VLOGEFP
 
 [VEC_LVLX, vec_lvlx, __builtin_vec_lvlx, __PPU__]
-  vbc __builtin_vec_lvlx (signed long long, const vbc *);
+  vbc __builtin_vec_lvlx (signed long, const vbc *);
     LVLX  LVLX_VBC
-  vsc __builtin_vec_lvlx (signed long long, const vsc *);
+  vsc __builtin_vec_lvlx (signed long, const vsc *);
     LVLX  LVLX_VSC
-  vsc __builtin_vec_lvlx (signed long long, const signed char *);
+  vsc __builtin_vec_lvlx (signed long, const signed char *);
     LVLX  LVLX_SC
-  vuc __builtin_vec_lvlx (signed long long, const vuc *);
+  vuc __builtin_vec_lvlx (signed long, const vuc *);
     LVLX  LVLX_VUC
-  vuc __builtin_vec_lvlx (signed long long, const unsigned char *);
+  vuc __builtin_vec_lvlx (signed long, const unsigned char *);
     LVLX  LVLX_UC
-  vbs __builtin_vec_lvlx (signed long long, const vbs *);
+  vbs __builtin_vec_lvlx (signed long, const vbs *);
     LVLX  LVLX_VBS
-  vss __builtin_vec_lvlx (signed long long, const vss *);
+  vss __builtin_vec_lvlx (signed long, const vss *);
     LVLX  LVLX_VSS
-  vss __builtin_vec_lvlx (signed long long, const signed short *);
+  vss __builtin_vec_lvlx (signed long, const signed short *);
     LVLX  LVLX_SS
-  vus __builtin_vec_lvlx (signed long long, const vus *);
+  vus __builtin_vec_lvlx (signed long, const vus *);
     LVLX  LVLX_VUS
-  vus __builtin_vec_lvlx (signed long long, const unsigned short *);
+  vus __builtin_vec_lvlx (signed long, const unsigned short *);
     LVLX  LVLX_US
-  vp __builtin_vec_lvlx (signed long long, const vp *);
+  vp __builtin_vec_lvlx (signed long, const vp *);
     LVLX  LVLX_VP
-  vbi __builtin_vec_lvlx (signed long long, const vbi *);
+  vbi __builtin_vec_lvlx (signed long, const vbi *);
     LVLX  LVLX_VBI
-  vsi __builtin_vec_lvlx (signed long long, const vsi *);
+  vsi __builtin_vec_lvlx (signed long, const vsi *);
     LVLX  LVLX_VSI
-  vsi __builtin_vec_lvlx (signed long long, const signed int *);
+  vsi __builtin_vec_lvlx (signed long, const signed int *);
     LVLX  LVLX_SI
-  vui __builtin_vec_lvlx (signed long long, const vui *);
+  vui __builtin_vec_lvlx (signed long, const vui *);
     LVLX  LVLX_VUI
-  vui __builtin_vec_lvlx (signed long long, const unsigned int *);
+  vui __builtin_vec_lvlx (signed long, const unsigned int *);
     LVLX  LVLX_UI
-  vf __builtin_vec_lvlx (signed long long, const vf *);
+  vf __builtin_vec_lvlx (signed long, const vf *);
     LVLX  LVLX_VF
-  vf __builtin_vec_lvlx (signed long long, const float *);
+  vf __builtin_vec_lvlx (signed long, const float *);
     LVLX  LVLX_F
 
 [VEC_LVLXL, vec_lvlxl, __builtin_vec_lvlxl, __PPU__]
-  vbc __builtin_vec_lvlxl (signed long long, const vbc *);
+  vbc __builtin_vec_lvlxl (signed long, const vbc *);
     LVLXL  LVLXL_VBC
-  vsc __builtin_vec_lvlxl (signed long long, const vsc *);
+  vsc __builtin_vec_lvlxl (signed long, const vsc *);
     LVLXL  LVLXL_VSC
-  vsc __builtin_vec_lvlxl (signed long long, const signed char *);
+  vsc __builtin_vec_lvlxl (signed long, const signed char *);
     LVLXL  LVLXL_SC
-  vuc __builtin_vec_lvlxl (signed long long, const vuc *);
+  vuc __builtin_vec_lvlxl (signed long, const vuc *);
     LVLXL  LVLXL_VUC
-  vuc __builtin_vec_lvlxl (signed long long, const unsigned char *);
+  vuc __builtin_vec_lvlxl (signed long, const unsigned char *);
     LVLXL  LVLXL_UC
-  vbs __builtin_vec_lvlxl (signed long long, const vbs *);
+  vbs __builtin_vec_lvlxl (signed long, const vbs *);
     LVLXL  LVLXL_VBS
-  vss __builtin_vec_lvlxl (signed long long, const vss *);
+  vss __builtin_vec_lvlxl (signed long, const vss *);
     LVLXL  LVLXL_VSS
-  vss __builtin_vec_lvlxl (signed long long, const signed short *);
+  vss __builtin_vec_lvlxl (signed long, const signed short *);
     LVLXL  LVLXL_SS
-  vus __builtin_vec_lvlxl (signed long long, const vus *);
+  vus __builtin_vec_lvlxl (signed long, const vus *);
     LVLXL  LVLXL_VUS
-  vus __builtin_vec_lvlxl (signed long long, const unsigned short *);
+  vus __builtin_vec_lvlxl (signed long, const unsigned short *);
     LVLXL  LVLXL_US
-  vp __builtin_vec_lvlxl (signed long long, const vp *);
+  vp __builtin_vec_lvlxl (signed long, const vp *);
     LVLXL  LVLXL_VP
-  vbi __builtin_vec_lvlxl (signed long long, const vbi *);
+  vbi __builtin_vec_lvlxl (signed long, const vbi *);
     LVLXL  LVLXL_VBI
-  vsi __builtin_vec_lvlxl (signed long long, const vsi *);
+  vsi __builtin_vec_lvlxl (signed long, const vsi *);
     LVLXL  LVLXL_VSI
-  vsi __builtin_vec_lvlxl (signed long long, const signed int *);
+  vsi __builtin_vec_lvlxl (signed long, const signed int *);
     LVLXL  LVLXL_SI
-  vui __builtin_vec_lvlxl (signed long long, const vui *);
+  vui __builtin_vec_lvlxl (signed long, const vui *);
     LVLXL  LVLXL_VUI
-  vui __builtin_vec_lvlxl (signed long long, const unsigned int *);
+  vui __builtin_vec_lvlxl (signed long, const unsigned int *);
     LVLXL  LVLXL_UI
-  vf __builtin_vec_lvlxl (signed long long, const vf *);
+  vf __builtin_vec_lvlxl (signed long, const vf *);
     LVLXL  LVLXL_VF
-  vf __builtin_vec_lvlxl (signed long long, const float *);
+  vf __builtin_vec_lvlxl (signed long, const float *);
     LVLXL  LVLXL_F
 
 [VEC_LVRX, vec_lvrx, __builtin_vec_lvrx, __PPU__]
-  vbc __builtin_vec_lvrx (signed long long, const vbc *);
+  vbc __builtin_vec_lvrx (signed long, const vbc *);
     LVRX  LVRX_VBC
-  vsc __builtin_vec_lvrx (signed long long, const vsc *);
+  vsc __builtin_vec_lvrx (signed long, const vsc *);
     LVRX  LVRX_VSC
-  vsc __builtin_vec_lvrx (signed long long, const signed char *);
+  vsc __builtin_vec_lvrx (signed long, const signed char *);
     LVRX  LVRX_SC
-  vuc __builtin_vec_lvrx (signed long long, const vuc *);
+  vuc __builtin_vec_lvrx (signed long, const vuc *);
     LVRX  LVRX_VUC
-  vuc __builtin_vec_lvrx (signed long long, const unsigned char *);
+  vuc __builtin_vec_lvrx (signed long, const unsigned char *);
     LVRX  LVRX_UC
-  vbs __builtin_vec_lvrx (signed long long, const vbs *);
+  vbs __builtin_vec_lvrx (signed long, const vbs *);
     LVRX  LVRX_VBS
-  vss __builtin_vec_lvrx (signed long long, const vss *);
+  vss __builtin_vec_lvrx (signed long, const vss *);
     LVRX  LVRX_VSS
-  vss __builtin_vec_lvrx (signed long long, const signed short *);
+  vss __builtin_vec_lvrx (signed long, const signed short *);
     LVRX  LVRX_SS
-  vus __builtin_vec_lvrx (signed long long, const vus *);
+  vus __builtin_vec_lvrx (signed long, const vus *);
     LVRX  LVRX_VUS
-  vus __builtin_vec_lvrx (signed long long, const unsigned short *);
+  vus __builtin_vec_lvrx (signed long, const unsigned short *);
     LVRX  LVRX_US
-  vp __builtin_vec_lvrx (signed long long, const vp *);
+  vp __builtin_vec_lvrx (signed long, const vp *);
     LVRX  LVRX_VP
-  vbi __builtin_vec_lvrx (signed long long, const vbi *);
+  vbi __builtin_vec_lvrx (signed long, const vbi *);
     LVRX  LVRX_VBI
-  vsi __builtin_vec_lvrx (signed long long, const vsi *);
+  vsi __builtin_vec_lvrx (signed long, const vsi *);
     LVRX  LVRX_VSI
-  vsi __builtin_vec_lvrx (signed long long, const signed int *);
+  vsi __builtin_vec_lvrx (signed long, const signed int *);
     LVRX  LVRX_SI
-  vui __builtin_vec_lvrx (signed long long, const vui *);
+  vui __builtin_vec_lvrx (signed long, const vui *);
     LVRX  LVRX_VUI
-  vui __builtin_vec_lvrx (signed long long, const unsigned int *);
+  vui __builtin_vec_lvrx (signed long, const unsigned int *);
     LVRX  LVRX_UI
-  vf __builtin_vec_lvrx (signed long long, const vf *);
+  vf __builtin_vec_lvrx (signed long, const vf *);
     LVRX  LVRX_VF
-  vf __builtin_vec_lvrx (signed long long, const float *);
+  vf __builtin_vec_lvrx (signed long, const float *);
     LVRX  LVRX_F
 
 [VEC_LVRXL, vec_lvrxl, __builtin_vec_lvrxl, __PPU__]
-  vbc __builtin_vec_lvrxl (signed long long, const vbc *);
+  vbc __builtin_vec_lvrxl (signed long, const vbc *);
     LVRXL  LVRXL_VBC
-  vsc __builtin_vec_lvrxl (signed long long, const vsc *);
+  vsc __builtin_vec_lvrxl (signed long, const vsc *);
     LVRXL  LVRXL_VSC
-  vsc __builtin_vec_lvrxl (signed long long, const signed char *);
+  vsc __builtin_vec_lvrxl (signed long, const signed char *);
     LVRXL  LVRXL_SC
-  vuc __builtin_vec_lvrxl (signed long long, const vuc *);
+  vuc __builtin_vec_lvrxl (signed long, const vuc *);
     LVRXL  LVRXL_VUC
-  vuc __builtin_vec_lvrxl (signed long long, const unsigned char *);
+  vuc __builtin_vec_lvrxl (signed long, const unsigned char *);
     LVRXL  LVRXL_UC
-  vbs __builtin_vec_lvrxl (signed long long, const vbs *);
+  vbs __builtin_vec_lvrxl (signed long, const vbs *);
     LVRXL  LVRXL_VBS
-  vss __builtin_vec_lvrxl (signed long long, const vss *);
+  vss __builtin_vec_lvrxl (signed long, const vss *);
     LVRXL  LVRXL_VSS
-  vss __builtin_vec_lvrxl (signed long long, const signed short *);
+  vss __builtin_vec_lvrxl (signed long, const signed short *);
     LVRXL  LVRXL_SS
-  vus __builtin_vec_lvrxl (signed long long, const vus *);
+  vus __builtin_vec_lvrxl (signed long, const vus *);
     LVRXL  LVRXL_VUS
-  vus __builtin_vec_lvrxl (signed long long, const unsigned short *);
+  vus __builtin_vec_lvrxl (signed long, const unsigned short *);
     LVRXL  LVRXL_US
-  vp __builtin_vec_lvrxl (signed long long, const vp *);
+  vp __builtin_vec_lvrxl (signed long, const vp *);
     LVRXL  LVRXL_VP
-  vbi __builtin_vec_lvrxl (signed long long, const vbi *);
+  vbi __builtin_vec_lvrxl (signed long, const vbi *);
     LVRXL  LVRXL_VBI
-  vsi __builtin_vec_lvrxl (signed long long, const vsi *);
+  vsi __builtin_vec_lvrxl (signed long, const vsi *);
     LVRXL  LVRXL_VSI
-  vsi __builtin_vec_lvrxl (signed long long, const signed int *);
+  vsi __builtin_vec_lvrxl (signed long, const signed int *);
     LVRXL  LVRXL_SI
-  vui __builtin_vec_lvrxl (signed long long, const vui *);
+  vui __builtin_vec_lvrxl (signed long, const vui *);
     LVRXL  LVRXL_VUI
-  vui __builtin_vec_lvrxl (signed long long, const unsigned int *);
+  vui __builtin_vec_lvrxl (signed long, const unsigned int *);
     LVRXL  LVRXL_UI
-  vf __builtin_vec_lvrxl (signed long long, const vf *);
+  vf __builtin_vec_lvrxl (signed long, const vf *);
     LVRXL  LVRXL_VF
-  vf __builtin_vec_lvrxl (signed long long, const float *);
+  vf __builtin_vec_lvrxl (signed long, const float *);
     LVRXL  LVRXL_F
 
 [VEC_LVSL, vec_lvsl, __builtin_vec_lvsl]
-  vuc __builtin_vec_lvsl (signed long long, const unsigned char *);
+  vuc __builtin_vec_lvsl (signed long, const unsigned char *);
     LVSL  LVSL_UC
-  vuc __builtin_vec_lvsl (signed long long, const signed char *);
+  vuc __builtin_vec_lvsl (signed long, const signed char *);
     LVSL  LVSL_SC
-  vuc __builtin_vec_lvsl (signed long long, const char *);
+  vuc __builtin_vec_lvsl (signed long, const char *);
     LVSL  LVSL_STR
-  vuc __builtin_vec_lvsl (signed long long, const unsigned short *);
+  vuc __builtin_vec_lvsl (signed long, const unsigned short *);
     LVSL  LVSL_US
-  vuc __builtin_vec_lvsl (signed long long, const signed short *);
+  vuc __builtin_vec_lvsl (signed long, const signed short *);
     LVSL  LVSL_SS
-  vuc __builtin_vec_lvsl (signed long long, const unsigned int *);
+  vuc __builtin_vec_lvsl (signed long, const unsigned int *);
     LVSL  LVSL_UI
-  vuc __builtin_vec_lvsl (signed long long, const signed int *);
+  vuc __builtin_vec_lvsl (signed long, const signed int *);
     LVSL  LVSL_SI
-  vuc __builtin_vec_lvsl (signed long long, const unsigned long *);
+  vuc __builtin_vec_lvsl (signed long, const unsigned long *);
     LVSL  LVSL_UL
-  vuc __builtin_vec_lvsl (signed long long, const signed long *);
+  vuc __builtin_vec_lvsl (signed long, const signed long *);
     LVSL  LVSL_SL
-  vuc __builtin_vec_lvsl (signed long long, const unsigned long long *);
+  vuc __builtin_vec_lvsl (signed long, const unsigned long long *);
     LVSL  LVSL_ULL
-  vuc __builtin_vec_lvsl (signed long long, const signed long long *);
+  vuc __builtin_vec_lvsl (signed long, const signed long long *);
     LVSL  LVSL_SLL
-  vuc __builtin_vec_lvsl (signed long long, const float *);
+  vuc __builtin_vec_lvsl (signed long, const float *);
     LVSL  LVSL_F
-  vuc __builtin_vec_lvsl (signed long long, const double *);
+  vuc __builtin_vec_lvsl (signed long, const double *);
     LVSL  LVSL_D
 
 [VEC_LVSR, vec_lvsr, __builtin_vec_lvsr]
-  vuc __builtin_vec_lvsr (signed long long, const unsigned char *);
+  vuc __builtin_vec_lvsr (signed long, const unsigned char *);
     LVSR  LVSR_UC
-  vuc __builtin_vec_lvsr (signed long long, const signed char *);
+  vuc __builtin_vec_lvsr (signed long, const signed char *);
     LVSR  LVSR_SC
-  vuc __builtin_vec_lvsr (signed long long, const char *);
+  vuc __builtin_vec_lvsr (signed long, const char *);
     LVSR  LVSR_STR
-  vuc __builtin_vec_lvsr (signed long long, const unsigned short *);
+  vuc __builtin_vec_lvsr (signed long, const unsigned short *);
     LVSR  LVSR_US
-  vuc __builtin_vec_lvsr (signed long long, const signed short *);
+  vuc __builtin_vec_lvsr (signed long, const signed short *);
     LVSR  LVSR_SS
-  vuc __builtin_vec_lvsr (signed long long, const unsigned int *);
+  vuc __builtin_vec_lvsr (signed long, const unsigned int *);
     LVSR  LVSR_UI
-  vuc __builtin_vec_lvsr (signed long long, const signed int *);
+  vuc __builtin_vec_lvsr (signed long, const signed int *);
     LVSR  LVSR_SI
-  vuc __builtin_vec_lvsr (signed long long, const unsigned long *);
+  vuc __builtin_vec_lvsr (signed long, const unsigned long *);
     LVSR  LVSR_UL
-  vuc __builtin_vec_lvsr (signed long long, const signed long *);
+  vuc __builtin_vec_lvsr (signed long, const signed long *);
     LVSR  LVSR_SL
-  vuc __builtin_vec_lvsr (signed long long, const unsigned long long *);
+  vuc __builtin_vec_lvsr (signed long, const unsigned long long *);
     LVSR  LVSR_ULL
-  vuc __builtin_vec_lvsr (signed long long, const signed long long *);
+  vuc __builtin_vec_lvsr (signed long, const signed long long *);
     LVSR  LVSR_SLL
-  vuc __builtin_vec_lvsr (signed long long, const float *);
+  vuc __builtin_vec_lvsr (signed long, const float *);
     LVSR  LVSR_F
-  vuc __builtin_vec_lvsr (signed long long, const double *);
+  vuc __builtin_vec_lvsr (signed long, const double *);
     LVSR  LVSR_D
 
 [VEC_LXVL, vec_xl_len, __builtin_vec_lxvl, _ARCH_PPC64_PWR9]
@@ -4842,73 +4842,73 @@
 ; **************************************************************************
 
 [VEC_LVEBX, vec_lvebx, __builtin_vec_lvebx]
-  vsc __builtin_vec_lvebx (signed long long, signed char *);
+  vsc __builtin_vec_lvebx (signed long, signed char *);
     LVEBX  LVEBX_DEPR1
-  vuc __builtin_vec_lvebx (signed long long, unsigned char *);
+  vuc __builtin_vec_lvebx (signed long, unsigned char *);
     LVEBX  LVEBX_DEPR2
 
 [VEC_LVEHX, vec_lvehx, __builtin_vec_lvehx]
-  vss __builtin_vec_lvehx (signed long long, signed short *);
+  vss __builtin_vec_lvehx (signed long, signed short *);
     LVEHX  LVEHX_DEPR1
-  vus __builtin_vec_lvehx (signed long long, unsigned short *);
+  vus __builtin_vec_lvehx (signed long, unsigned short *);
     LVEHX  LVEHX_DEPR2
 
 [VEC_LVEWX, vec_lvewx, __builtin_vec_lvewx]
-  vf __builtin_vec_lvewx (signed long long, float *);
+  vf __builtin_vec_lvewx (signed long, float *);
     LVEWX  LVEWX_DEPR1
-  vsi __builtin_vec_lvewx (signed long long, signed int *);
+  vsi __builtin_vec_lvewx (signed long, signed int *);
     LVEWX  LVEWX_DEPR2
-  vui __builtin_vec_lvewx (signed long long, unsigned int *);
+  vui __builtin_vec_lvewx (signed long, unsigned int *);
     LVEWX  LVEWX_DEPR3
-  vsi __builtin_vec_lvewx (signed long long, signed long *);
+  vsi __builtin_vec_lvewx (signed long, signed long *);
     LVEWX  LVEWX_DEPR4
-  vui __builtin_vec_lvewx (signed long long, unsigned long *);
+  vui __builtin_vec_lvewx (signed long, unsigned long *);
     LVEWX  LVEWX_DEPR5
 
 [VEC_STVEBX, vec_stvebx, __builtin_vec_stvebx]
-  void __builtin_vec_stvebx (vsc, signed long long, signed char *);
+  void __builtin_vec_stvebx (vsc, signed long, signed char *);
     STVEBX  STVEBX_DEPR1
-  void __builtin_vec_stvebx (vuc, signed long long, unsigned char *);
+  void __builtin_vec_stvebx (vuc, signed long, unsigned char *);
     STVEBX  STVEBX_DEPR2
-  void __builtin_vec_stvebx (vbc, signed long long, signed char *);
+  void __builtin_vec_stvebx (vbc, signed long, signed char *);
     STVEBX  STVEBX_DEPR3
-  void __builtin_vec_stvebx (vbc, signed long long, signed char *);
+  void __builtin_vec_stvebx (vbc, signed long, signed char *);
     STVEBX  STVEBX_DEPR4
-  void __builtin_vec_stvebx (vsc, signed long long, void *);
+  void __builtin_vec_stvebx (vsc, signed long, void *);
     STVEBX  STVEBX_DEPR5
-  void __builtin_vec_stvebx (vuc, signed long long, void *);
+  void __builtin_vec_stvebx (vuc, signed long, void *);
     STVEBX  STVEBX_DEPR6
 
 [VEC_STVEHX, vec_stvehx, __builtin_vec_stvehx]
-  void __builtin_vec_stvehx (vss, signed long long, signed short *);
+  void __builtin_vec_stvehx (vss, signed long, signed short *);
     STVEHX  STVEHX_DEPR1
-  void __builtin_vec_stvehx (vus, signed long long, unsigned short *);
+  void __builtin_vec_stvehx (vus, signed long, unsigned short *);
     STVEHX  STVEHX_DEPR2
-  void __builtin_vec_stvehx (vbs, signed long long, signed short *);
+  void __builtin_vec_stvehx (vbs, signed long, signed short *);
     STVEHX  STVEHX_DEPR3
-  void __builtin_vec_stvehx (vbs, signed long long, signed short *);
+  void __builtin_vec_stvehx (vbs, signed long, signed short *);
     STVEHX  STVEHX_DEPR4
-  void __builtin_vec_stvehx (vss, signed long long, void *);
+  void __builtin_vec_stvehx (vss, signed long, void *);
     STVEHX  STVEHX_DEPR5
-  void __builtin_vec_stvehx (vus, signed long long, void *);
+  void __builtin_vec_stvehx (vus, signed long, void *);
     STVEHX  STVEHX_DEPR6
 
 [VEC_STVEWX, vec_stvewx, __builtin_vec_stvewx]
-  void __builtin_vec_stvewx (vf, signed long long, float *);
+  void __builtin_vec_stvewx (vf, signed long, float *);
     STVEWX  STVEWX_DEPR1
-  void __builtin_vec_stvewx (vsi, signed long long, signed int *);
+  void __builtin_vec_stvewx (vsi, signed long, signed int *);
     STVEWX  STVEWX_DEPR2
-  void __builtin_vec_stvewx (vui, signed long long, unsigned int *);
+  void __builtin_vec_stvewx (vui, signed long, unsigned int *);
     STVEWX  STVEWX_DEPR3
-  void __builtin_vec_stvewx (vbi, signed long long, signed int *);
+  void __builtin_vec_stvewx (vbi, signed long, signed int *);
     STVEWX  STVEWX_DEPR4
-  void __builtin_vec_stvewx (vbi, signed long long, unsigned int *);
+  void __builtin_vec_stvewx (vbi, signed long, unsigned int *);
     STVEWX  STVEWX_DEPR5
-  void __builtin_vec_stvewx (vf, signed long long, void *);
+  void __builtin_vec_stvewx (vf, signed long, void *);
     STVEWX  STVEWX_DEPR6
-  void __builtin_vec_stvewx (vsi, signed long long, void *);
+  void __builtin_vec_stvewx (vsi, signed long, void *);
     STVEWX  STVEWX_DEPR7
-  void __builtin_vec_stvewx (vui, signed long long, void *);
+  void __builtin_vec_stvewx (vui, signed long, void *);
     STVEWX  STVEWX_DEPR8
 
 [VEC_TSTSFI_EQ_DD, SKIP, __builtin_dfp_dtstsfi_eq_dd, _ARCH_PWR9]


More information about the Gcc-cvs mailing list