From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7217 invoked by alias); 8 Jan 2004 22:04:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7206 invoked from network); 8 Jan 2004 22:04:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Jan 2004 22:04:10 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i08M4Ag15591 for ; Thu, 8 Jan 2004 17:04:10 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i08M48M13259; Thu, 8 Jan 2004 17:04:09 -0500 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i08M48O31264; Thu, 8 Jan 2004 14:04:08 -0800 Message-ID: <3FFDD3D8.3050407@redhat.com> Date: Thu, 08 Jan 2004 22:04:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 MIME-Version: 1.0 To: Joern Rennecke CC: amylaar@fairadsl.co.uk, andrew.stubbs@superh.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Add sh4a tests to sim/testsuite/sim/sh References: <200401081507.i08F70N05085@linsvr1.uk.superh.com> In-Reply-To: <200401081507.i08F70N05085@linsvr1.uk.superh.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00220.txt.bz2 Joern Rennecke wrote: >>+ # FIXME I'm not sure if cmp is signed or unsigned. >>+ # This seems wrong. >>+ test_qnanm: >>+ # Test negantive qnan >>+ fldi0 fr11 >>+ mov.l qnanm, r0 >>+ lds r0, fpul >>+ fsts fpul, fr0 >>+ fipr fv0, fv8 >>+ # fr11 should be minus qnan (or less) >>+ flds fr11, fpul >>+ sts fpul, r1 >>+ cmp/ge r1, r0 >>+ bt .L2 >>+ fail >>+ .L2: > > > cmp/ge is signed. > cmp/hs is unsigned. OK, then the test is OK and I should remove the comment?