From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12476 invoked by alias); 25 Feb 2010 14:55:25 -0000 Received: (qmail 12290 invoked by uid 48); 25 Feb 2010 14:55:10 -0000 Date: Thu, 25 Feb 2010 14:55:00 -0000 Message-ID: <20100225145510.12289.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/43175] __builtin_ia32_vec_perm_v4si doesn't work with AVX In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02573.txt.bz2 ------- Comment #2 from hjl dot tools at gmail dot com 2010-02-25 14:55 ------- This code: 0x00000000004004f8 <+84>: vpxor %xmm0,%xmm0,%xmm0 0x00000000004004fc <+88>: vpblendw $0x3,%xmm0,%xmm0,%xmm0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 0x0000000000400502 <+94>: vmovdqa %xmm0,0x200416(%rip) is wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43175