Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc regen.



details:   https://anonhg.NetBSD.org/src/rev/6dc2bcfdeeb2
branches:  trunk
changeset: 344149:6dc2bcfdeeb2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 15 19:18:00 2016 +0000

description:
regen.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h       |    12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h            |    12 +-
 external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h           |     4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/i386/i386-builtin-types.inc |  2011 ++++++++-
 external/gpl3/gcc/usr.bin/libcpp/arch/i386/config.h            |     6 +-
 5 files changed, 1769 insertions(+), 276 deletions(-)

diffs (truncated from 2542 to 300 lines):

diff -r d17a70a30792 -r 6dc2bcfdeeb2 external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h  Tue Mar 15 19:14:47 2016 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h  Tue Mar 15 19:18:00 2016 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.83 2016/03/15 03:22:06 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.84 2016/03/15 06:10:13 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -866,7 +866,7 @@
 /* #undef _GLIBCXX_HAVE_SINL */
 
 /* Defined if sleep exists. */
-/* #undef _GLIBCXX_HAVE_SLEEP */
+#define _GLIBCXX_HAVE_SLEEP 1
 
 /* Define to 1 if you have the `sqrtf' function. */
 /* #undef _GLIBCXX_HAVE_SQRTF */
@@ -987,7 +987,7 @@
 #define _GLIBCXX_HAVE_UNISTD_H 1
 
 /* Defined if usleep exists. */
-/* #undef _GLIBCXX_HAVE_USLEEP */
+#define _GLIBCXX_HAVE_USLEEP 1
 
 /* Define to 1 if you have the <utime.h> header file. */
 #define _GLIBCXX_HAVE_UTIME_H 1
@@ -1355,10 +1355,10 @@
 /* #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL */
 
 /* Defined if clock_gettime has monotonic clock support. */
-#define _GLIBCXX_USE_CLOCK_MONOTONIC 1
+/* #undef _GLIBCXX_USE_CLOCK_MONOTONIC */
 
 /* Defined if clock_gettime has realtime clock support. */
-#define _GLIBCXX_USE_CLOCK_REALTIME 1
+/* #undef _GLIBCXX_USE_CLOCK_REALTIME */
 
 /* Define if ISO/IEC TR 24733 decimal floating point types are supported on
    this host. */
@@ -1389,7 +1389,7 @@
 #define _GLIBCXX_USE_LONG_LONG 1
 
 /* Defined if nanosleep is available. */
-#define _GLIBCXX_USE_NANOSLEEP 1
+/* #undef _GLIBCXX_USE_NANOSLEEP */
 
 /* Define if NLS translations are to be used. */
 /* #undef _GLIBCXX_USE_NLS */
diff -r d17a70a30792 -r 6dc2bcfdeeb2 external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h       Tue Mar 15 19:14:47 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h       Tue Mar 15 19:18:00 2016 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.83 2016/03/15 03:22:06 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.84 2016/03/15 06:10:13 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* auto-host.h.  Generated from config.in by configure.  */
@@ -882,7 +882,7 @@
 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
    */
 #ifndef USED_FOR_TARGET
-#define HAVE_DECL_MADVISE 0
+#define HAVE_DECL_MADVISE 1
 #endif
 
 
@@ -1039,7 +1039,7 @@
 
 /* Define to 1 if you have the <ext/hash_map> header file. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_EXT_HASH_MAP */
+#define HAVE_EXT_HASH_MAP 1
 #endif
 
 
@@ -1284,7 +1284,7 @@
 
 /* Define if you have the iconv() function. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_ICONV */
+#define HAVE_ICONV 1
 #endif
 
 
@@ -1716,7 +1716,7 @@
 
 /* Define to 1 if you have the <tr1/unordered_map> header file. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_TR1_UNORDERED_MAP */
+#define HAVE_TR1_UNORDERED_MAP 1
 #endif
 
 
@@ -1813,7 +1813,7 @@
 
 /* Define as const if the declaration of iconv() needs const. */
 #ifndef USED_FOR_TARGET
-/* #undef ICONV_CONST */
+#define ICONV_CONST const
 #endif
 
 
diff -r d17a70a30792 -r 6dc2bcfdeeb2 external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h      Tue Mar 15 19:14:47 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h      Tue Mar 15 19:18:00 2016 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.83 2016/03/15 03:22:06 mrg Exp  */
+/* Generated from: NetBSD: mknative-gcc,v 1.84 2016/03/15 06:10:13 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386 : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--enable-libstdcxx-time=rt --with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386 : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--enable-libstdcxx-time=rt --with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386 : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--enable-libstdcxx-time=rt --with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386 : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--enable-libstdcxx-time=rt --with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386 : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=i486--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb3 20151015' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-threads --with-arch=i486 --with-tune=nocona 
--enable-libstdcxx-time=rt --with-mpc-lib=/var/obj/i386/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/i386/usr/src/external/lgpl3/mpfr/lib/libmpfr 
--with-gmp-lib=/var/obj/i386/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/i386 --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0. --host=i486--netbsdelf 
--with-sysroot=/var/obj/i386/usr/src/destdir.i386";
 static const char thread_model[] = "posix";
 
 static const struct {
diff -r d17a70a30792 -r 6dc2bcfdeeb2 external/gpl3/gcc/usr.bin/gcc/arch/i386/i386-builtin-types.inc
--- a/external/gpl3/gcc/usr.bin/gcc/arch/i386/i386-builtin-types.inc    Tue Mar 15 19:14:47 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/i386/i386-builtin-types.inc    Tue Mar 15 19:18:00 2016 +0000
@@ -1,3 +1,7 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from: NetBSD: mknative-gcc,v 1.84 2016/03/15 06:10:13 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
+
 /* This file is auto-generated by i386-builtin-types.awk.  */
 
 enum ix86_builtin_type {
@@ -7,15 +11,18 @@
   IX86_BT_QI,
   IX86_BT_HI,
   IX86_BT_SI,
+  IX86_BT_BND,
   IX86_BT_DI,
   IX86_BT_UQI,
   IX86_BT_UHI,
   IX86_BT_USI,
   IX86_BT_UDI,
+  IX86_BT_SHORT,
   IX86_BT_USHORT,
   IX86_BT_INT,
   IX86_BT_UINT,
   IX86_BT_UNSIGNED,
+  IX86_BT_ULONG,
   IX86_BT_LONGLONG,
   IX86_BT_ULONGLONG,
   IX86_BT_UINT8,
@@ -50,11 +57,26 @@
   IX86_BT_V32QI,
   IX86_BT_V4UDI,
   IX86_BT_V8USI,
-  IX86_BT_LAST_VECT = IX86_BT_V8USI,
+  IX86_BT_V16UHI,
+  IX86_BT_V32SF,
+  IX86_BT_V16SF,
+  IX86_BT_V8DF,
+  IX86_BT_V8DI,
+  IX86_BT_V16SI,
+  IX86_BT_V32HI,
+  IX86_BT_V64QI,
+  IX86_BT_V12QI,
+  IX86_BT_V14QI,
+  IX86_BT_V32SI,
+  IX86_BT_V8UDI,
+  IX86_BT_V16USI,
+  IX86_BT_V32UHI,
+  IX86_BT_LAST_VECT = IX86_BT_V32UHI,
   IX86_BT_PCHAR,
   IX86_BT_PVOID,
   IX86_BT_PDOUBLE,
   IX86_BT_PFLOAT,
+  IX86_BT_PSHORT,
   IX86_BT_PUSHORT,
   IX86_BT_PINT,
   IX86_BT_PLONGLONG,
@@ -67,10 +89,20 @@
   IX86_BT_PV4DF,
   IX86_BT_PV4DI,
   IX86_BT_PV4SF,
+  IX86_BT_PV8DF,
   IX86_BT_PV8SF,
   IX86_BT_PV4SI,
+  IX86_BT_PV8HI,
   IX86_BT_PV8SI,
-  IX86_BT_LAST_PTR = IX86_BT_PV8SI,
+  IX86_BT_PV8DI,
+  IX86_BT_PV16QI,
+  IX86_BT_PV16HI,
+  IX86_BT_PV16SI,
+  IX86_BT_PV16SF,
+  IX86_BT_PV32QI,
+  IX86_BT_PV32HI,
+  IX86_BT_PV64QI,
+  IX86_BT_LAST_PTR = IX86_BT_PV64QI,
   IX86_BT_PCCHAR,
   IX86_BT_PCDOUBLE,
   IX86_BT_PCFLOAT,
@@ -82,12 +114,22 @@
   IX86_BT_PCV2SF,
   IX86_BT_PCV4DF,
   IX86_BT_PCV4SF,
+  IX86_BT_PCV8DF,
   IX86_BT_PCV8SF,
+  IX86_BT_PCV16SF,
   IX86_BT_PCV2DI,
   IX86_BT_PCV4SI,
   IX86_BT_PCV4DI,
+  IX86_BT_PCV8HI,
   IX86_BT_PCV8SI,
-  IX86_BT_LAST_CPTR = IX86_BT_PCV8SI
+  IX86_BT_PCV8DI,
+  IX86_BT_PCV16QI,
+  IX86_BT_PCV16HI,
+  IX86_BT_PCV16SI,
+  IX86_BT_PCV32QI,
+  IX86_BT_PCV32HI,
+  IX86_BT_PCV64QI,
+  IX86_BT_LAST_CPTR = IX86_BT_PCV64QI
 }
 ;
 
@@ -99,15 +141,18 @@
   ix86_builtin_type_tab[(int)IX86_BT_QI] = char_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_HI] = intHI_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_SI] = intSI_type_node, \
+  ix86_builtin_type_tab[(int)IX86_BT_BND] = pointer_bounds_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_DI] = long_long_integer_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_UQI] = unsigned_intQI_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_UHI] = unsigned_intHI_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_USI] = unsigned_intSI_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_UDI] = long_long_unsigned_type_node, \
+  ix86_builtin_type_tab[(int)IX86_BT_SHORT] = short_integer_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_USHORT] = short_unsigned_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_INT] = integer_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_UINT] = unsigned_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_UNSIGNED] = unsigned_type_node, \
+  ix86_builtin_type_tab[(int)IX86_BT_ULONG] = long_unsigned_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_LONGLONG] = long_long_integer_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_ULONGLONG] = long_long_unsigned_type_node, \
   ix86_builtin_type_tab[(int)IX86_BT_UINT8] = unsigned_char_type_node, \
@@ -120,11 +165,14 @@
   ix86_builtin_type_tab[(int)IX86_BT_FLOAT128] = float128_type_node
 
 
-static const enum machine_mode ix86_builtin_type_vect_mode[] = {
+static const machine_mode ix86_builtin_type_vect_mode[] = {
   V2SFmode, V1DImode, V2SImode, V4HImode, V8QImode, V2DFmode,
   V4SFmode, V2DImode, V4SImode, V8HImode, V16QImode, V2DImode,
   V4SImode, V8HImode, V16QImode, V4DFmode, V8SFmode, V4DImode,
-  V8SImode, V16HImode, V32QImode, V4DImode, V8SImode
+  V8SImode, V16HImode, V32QImode, V4DImode, V8SImode, V16HImode,
+  V32SFmode, V16SFmode, V8DFmode, V8DImode, V16SImode, V32HImode,
+  V64QImode, V12QImode, V14QImode, V32SImode, V8DImode, V16SImode,
+  V32HImode
 };
 
 
@@ -134,21 +182,31 @@
   IX86_BT_SI, IX86_BT_HI, IX86_BT_QI, IX86_BT_UDI,
   IX86_BT_USI, IX86_BT_UHI, IX86_BT_UQI, IX86_BT_DOUBLE,
   IX86_BT_FLOAT, IX86_BT_DI, IX86_BT_SI, IX86_BT_HI,
-  IX86_BT_QI, IX86_BT_UDI, IX86_BT_USI
+  IX86_BT_QI, IX86_BT_UDI, IX86_BT_USI, IX86_BT_UHI,
+  IX86_BT_FLOAT, IX86_BT_FLOAT, IX86_BT_DOUBLE, IX86_BT_DI,
+  IX86_BT_SI, IX86_BT_HI, IX86_BT_QI, IX86_BT_QI,
+  IX86_BT_QI, IX86_BT_SI, IX86_BT_UDI, IX86_BT_USI,
+  IX86_BT_UHI
 };
 
 
 static const enum ix86_builtin_type ix86_builtin_type_ptr_base[] = {
   IX86_BT_CHAR, IX86_BT_VOID, IX86_BT_DOUBLE, IX86_BT_FLOAT,
-  IX86_BT_USHORT, IX86_BT_INT, IX86_BT_LONGLONG, IX86_BT_ULONGLONG,
-  IX86_BT_UNSIGNED, IX86_BT_V2SI, IX86_BT_V2DF, IX86_BT_V2DI,
-  IX86_BT_V2SF, IX86_BT_V4DF, IX86_BT_V4DI, IX86_BT_V4SF,
-  IX86_BT_V8SF, IX86_BT_V4SI, IX86_BT_V8SI,
+  IX86_BT_SHORT, IX86_BT_USHORT, IX86_BT_INT, IX86_BT_LONGLONG,
+  IX86_BT_ULONGLONG, IX86_BT_UNSIGNED, IX86_BT_V2SI, IX86_BT_V2DF,
+  IX86_BT_V2DI, IX86_BT_V2SF, IX86_BT_V4DF, IX86_BT_V4DI,
+  IX86_BT_V4SF, IX86_BT_V8DF, IX86_BT_V8SF, IX86_BT_V4SI,
+  IX86_BT_V8HI, IX86_BT_V8SI, IX86_BT_V8DI, IX86_BT_V16QI,
+  IX86_BT_V16HI, IX86_BT_V16SI, IX86_BT_V16SF, IX86_BT_V32QI,
+  IX86_BT_V32HI, IX86_BT_V64QI,
   /* pointer-to-constant defs start here */
   IX86_BT_CHAR, IX86_BT_DOUBLE, IX86_BT_FLOAT, IX86_BT_INT,
   IX86_BT_INT64, IX86_BT_VOID, IX86_BT_V2SI, IX86_BT_V2DF,
-  IX86_BT_V2SF, IX86_BT_V4DF, IX86_BT_V4SF, IX86_BT_V8SF,
-  IX86_BT_V2DI, IX86_BT_V4SI, IX86_BT_V4DI, IX86_BT_V8SI
+  IX86_BT_V2SF, IX86_BT_V4DF, IX86_BT_V4SF, IX86_BT_V8DF,
+  IX86_BT_V8SF, IX86_BT_V16SF, IX86_BT_V2DI, IX86_BT_V4SI,
+  IX86_BT_V4DI, IX86_BT_V8HI, IX86_BT_V8SI, IX86_BT_V8DI,
+  IX86_BT_V16QI, IX86_BT_V16HI, IX86_BT_V16SI, IX86_BT_V32QI,
+  IX86_BT_V32HI, IX86_BT_V64QI
 };
 
 
@@ -156,6 +214,7 @@



Home | Main Index | Thread Index | Old Index