From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8874 invoked by alias); 27 Jul 2002 22:18:30 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8859 invoked from network); 27 Jul 2002 22:18:29 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 27 Jul 2002 22:18:29 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6RMIQQ09778; Sat, 27 Jul 2002 15:18:26 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g6RMIF528193; Sat, 27 Jul 2002 15:18:15 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Sun, 28 Jul 2002 09:52:00 -0000 From: Richard Henderson To: Aldy Hernandez Cc: Joern Rennecke , Steve Ellcey , gcc@gcc.gnu.org, dave@hiauly1.hia.nrc.ca Subject: Re: Vector modes under hppa64-hpu Message-ID: <20020727151815.F28156@redhat.com> Mail-Followup-To: Richard Henderson , Aldy Hernandez , Joern Rennecke , Steve Ellcey , gcc@gcc.gnu.org, dave@hiauly1.hia.nrc.ca References: <3D406473.5E2DF7AA@superh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from aldyh@redhat.com on Fri, Jul 26, 2002 at 09:30:39PM -0700 X-SW-Source: 2002-07/txt/msg01335.txt.bz2 On Fri, Jul 26, 2002 at 09:30:39PM -0700, Aldy Hernandez wrote: > Joern. Could we keep the above code and add a check for the submode > being >= word? It seems like the extract_bit_field is a bit of > overkill when the submode is just the word size. One of the first things that extract_bit_field does is check for the easy aligned case. I think you should leave it alone. r~