i386.c (ix86_builtin_type): Add V8HI_FTYPE_V8HI_V8HI_COUNT...
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 1 May 2008 15:02:16 +0000 (15:02 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 1 May 2008 15:02:16 +0000 (08:02 -0700)
commit858e5e797f9b995e0d6d3a092d5c0719f8a263c9
treef9f4dab1e031a31976e8141dd4aee9efbecc8313
parent035052e6511187c5fac9fc114b55251cd83f6438
i386.c (ix86_builtin_type): Add V8HI_FTYPE_V8HI_V8HI_COUNT...

2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_builtin_type): Add
V8HI_FTYPE_V8HI_V8HI_COUNT, V8HI_FTYPE_V8HI_SI_COUNT,
V4SI_FTYPE_V4SI_V4SI_COUNT, V4SI_FTYPE_V4SI_SI_COUNT,
V4HI_FTYPE_V4HI_V4HI_COUNT, V4HI_FTYPE_V4HI_SI_COUNT,
V2DI_FTYPE_V2DI_V2DI_COUNT, V2DI_FTYPE_V2DI_SI_COUNT,
V2SI_FTYPE_V2SI_V2SI_COUNT, V2SI_FTYPE_V2SI_SI_COUNT,
V1DI_FTYPE_V1DI_V1DI_COUNT, V1DI_FTYPE_V1DI_SI_COUNT,
V8HI_FTYPE_V8HI_INT, V4SI_FTYPE_V4SI_INT, V4HI_FTYPE_V4HI_INT,
V2DI2TI_FTYPE_V2DI2TI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT
and DI_FTYPE_DI_DI_INT.
(bdesc_args): Add MMX/SSE shift, shuffle and palignr builtins.
(ix86_init_mmx_sse_builtins): Updated.
(ix86_expand_args_builtin): Likewise.
(ix86_expand_builtin): Likewise.
(ix86_expand_binop_imm_builtin): Removed.

* doc/extend.texi: Correct __builtin_ia32_palignr128.

From-SVN: r134853
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/doc/extend.texi