From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13531 invoked by alias); 1 Apr 2010 15:36:06 -0000 Received: (qmail 13518 invoked by uid 22791); 1 Apr 2010 15:36:05 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,TW_VP X-Spam-Check-By: sourceware.org Received: from mail-pz0-f202.google.com (HELO mail-pz0-f202.google.com) (209.85.222.202) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Apr 2010 15:36:00 +0000 Received: by pzk40 with SMTP id 40so811788pzk.23 for ; Thu, 01 Apr 2010 08:35:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.101.12 with HTTP; Thu, 1 Apr 2010 08:35:38 -0700 (PDT) In-Reply-To: References: <4B4BD2AE.7030405@vmware.com> <4BB00522.1000603@vmware.com> <4BB0ED42.70106@vmware.com> From: Hui Zhu Date: Thu, 01 Apr 2010 15:36:00 -0000 Received: by 10.143.139.7 with SMTP id r7mr317741wfn.117.1270136158526; Thu, 01 Apr 2010 08:35:58 -0700 (PDT) Message-ID: Subject: Re: [RFA/i386] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support To: Michael Snyder Cc: Joel Brobecker , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00020.txt.bz2 Ping. Thanks, Hui On Tue, Mar 30, 2010 at 20:54, Hui Zhu wrote: > On Tue, Mar 30, 2010 at 14:29, Hui Zhu wrote: >> On Tue, Mar 30, 2010 at 02:11, Michael Snyder wrote: >>> Hui Zhu wrote: >>>> >>>> Hi Michael, >>>> >>>> I make a new testsuite that can support sse and sse4 better. >>>> >>>> When the pc doesn't support sse4 insn, the test will skip the sse4 insn >>>> test. >>>> >>>> Please help me review it. >>> >>> Hui, >>> >>> I found out that older versions of GAS require three arguments for blen= dvps >>> and blendvpd -- and the first argument must be %xmm0. >>> >>> Try this on your machine: >>> >>> >> Thanks Michael. >> >> I think it must because the version of as that we use is different. >> I will try it when I can use my PC that support sse4 insn. >> >> Best regards, >> Hui >> > > Hi Michael, > > I try this file in the PC that support sse4, it works OK. > > I make a new patch include this change. =A0Please help me review it. > > Thanks, > Hui > > 2010-03-30 =A0Hui Zhu =A0 > =A0 =A0 =A0 =A0 =A0 =A0Michael Snyder > > =A0 =A0 =A0 =A0* gdb.reverse/i386-sse-reverse.exp: New file. > =A0 =A0 =A0 =A0* gdb.reverse/i386-sse-reverse.c: New file. >