From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31999 invoked by alias); 4 Oct 2002 02:14:29 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 31983 invoked from network); 4 Oct 2002 02:14:27 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 4 Oct 2002 02:14:27 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g942EEs22079; Thu, 3 Oct 2002 22:14:14 -0400 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 g942EQl22260; Thu, 3 Oct 2002 22:14:26 -0400 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g942EPw17611; Thu, 3 Oct 2002 19:14:25 -0700 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id g942ELR12291; Thu, 3 Oct 2002 19:14:21 -0700 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Thu, 03 Oct 2002 19:14:00 -0000 From: Richard Henderson To: Igor Shevlyakov Cc: gcc@gcc.gnu.org, gcc-help@gcc.gnu.org Subject: Re: Advice needed how to avoid generation of extra sign_extends in .md file Message-ID: <20021004021421.GI9647@redhat.com> Mail-Followup-To: Richard Henderson , Igor Shevlyakov , gcc@gcc.gnu.org, gcc-help@gcc.gnu.org References: <002001c26b42$ac2589b0$1e0756c0@medusa> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002001c26b42$ac2589b0$1e0756c0@medusa> User-Agent: Mutt/1.4i X-SW-Source: 2002-10/txt/msg00040.txt.bz2 On Thu, Oct 03, 2002 at 06:09:21PM -0700, Igor Shevlyakov wrote: > - 32 bit opearations always sign extend their result into whole 64-bit > result registers. > - conditional branches work only on 64-bit registers > - loads are always sign-extending. See the alpha port, which has these same characteristics. r~