[EMAIL PROTECTED] i386]$ cat x.c /* { dg-do run } */ /* { dg-options "-O2 -msse2" } */
#include <emmintrin.h> __m128i __attribute__((noinline, unused)) test (__m128i s1, __m128i s2) { return _mm_unpackhi_epi64 (s1, s2); } [EMAIL PROTECTED] i386]$ /export/build/gnu/gcc-stack-internal/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc-stack-internal/build-x86_64-linux/gcc/ -O2 x.c -S [EMAIL PROTECTED] i386]$ cat x.s .file "x.c" .text .p2align 4,,15 .globl test .type test, @function test: .LFB516: shufpd $3, %xmm1, %xmm0 ret Gcc 4.3 generates test: .LFB518: punpckhqdq %xmm1, %xmm0 ret -- Summary: [4.4 Regression] Wrong insn for _mm_unpackhi_epi64 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hjl dot tools at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37157