From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4906 invoked by alias); 13 Dec 2002 16:49:07 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 4898 invoked from network); 13 Dec 2002 16:49:03 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 13 Dec 2002 16:49:03 -0000 Received: from toenail.toronto.redhat.com (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id AD57C800087; Fri, 13 Dec 2002 11:49:02 -0500 (EST) Received: (from fche@localhost) by toenail.toronto.redhat.com (8.11.6/8.11.6) id gBDGn2B23286; Fri, 13 Dec 2002 11:49:02 -0500 Date: Fri, 13 Dec 2002 08:49:00 -0000 From: "Frank Ch. Eigler" To: Doug Evans Cc: cgen@sources.redhat.com Subject: Re: bad shifts generated in sim code Message-ID: <20021213114902.B26639@redhat.com> References: <200212100840.AAA12342@xris-athlon.transmeta.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200212100840.AAA12342@xris-athlon.transmeta.com>; from dje@transmeta.com on Tue, Dec 10, 2002 at 12:40:08AM -0800 X-SW-Source: 2002-q4/txt/msg00086.txt.bz2 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 477 Hi - On Tue, Dec 10, 2002 at 12:40:08AM -0800, Doug Evans wrote: > I found these in sim/m32r/decodex.c > unsigned int val = (((insn >> -8) & (3 << 0))); > unsigned int val = (((insn >> -12) & (1 << 0))); > [...] Do these bad shifts still occur with current cgen? FWIW, working on sim/m32r may be a short-lived pleasure, if the target-obsoleting eagerness of gdb guys ends up getting that target removed. You're welcome to work in sid land. :-) - FChE --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9+g9+VZbdDOm/ZT0RAsyHAJ428KshKcu65bSr7DbYOoGjSaWVngCeJfSH ILwSBtuQ/G556n1ZXDoteIo= =wtEr -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo--