From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24023 invoked by alias); 24 Jul 2002 19:33:18 -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 23916 invoked from network); 24 Jul 2002 19:33:07 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 24 Jul 2002 19:33:07 -0000 Received: from flamingo.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6OJXMQ28394; Wed, 24 Jul 2002 12:33:22 -0700 Received: (from aldyh@localhost) by flamingo.sfbay.redhat.com (8.11.6/8.11.6) id g6OJi9703909; Wed, 24 Jul 2002 12:44:09 -0700 X-Authentication-Warning: flamingo.sfbay.redhat.com: aldyh set sender to aldyh@redhat.com using -f To: sje@cup.hp.com Cc: gcc@gcc.gnu.org, dave@hiauly1.hia.nrc.ca Subject: Re: Vector modes under hppa64-hpu References: <200207241801.LAA22452@hpsje.cup.hp.com> From: Aldy Hernandez Date: Wed, 24 Jul 2002 16:30:00 -0000 In-Reply-To: <200207241801.LAA22452@hpsje.cup.hp.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.90 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg01174.txt.bz2 >>>>> "Steve" == Steve Ellcey writes: > Well, following up to my own mail, I have a couple of questions. If I > am on a system that does not support the VECTOR modes, should I ever see > any rtx with a type of V2SImode? I don't think I should, but I am > not yes. It should opencode the V2SI with a pair of SIs. Aldy