From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2089 invoked by alias); 29 Oct 2010 20:24:46 -0000 Received: (qmail 2078 invoked by uid 22791); 29 Oct 2010 20:24:45 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-fx0-f47.google.com (HELO mail-fx0-f47.google.com) (209.85.161.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 29 Oct 2010 20:24:41 +0000 Received: by fxm3 with SMTP id 3so3454938fxm.20 for ; Fri, 29 Oct 2010 13:24:39 -0700 (PDT) Received: by 10.223.106.16 with SMTP id v16mr6196099fao.18.1288383879301; Fri, 29 Oct 2010 13:24:39 -0700 (PDT) Received: from yakj.usersys.redhat.com (s209p8.home.99maxprogres.cz [85.93.118.17]) by mx.google.com with ESMTPS id p18sm1254773faa.40.2010.10.29.13.24.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Oct 2010 13:24:38 -0700 (PDT) Message-ID: <4CCB2D85.6000804@gnu.org> Date: Fri, 29 Oct 2010 23:08:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.4 MIME-Version: 1.0 To: Paul Koning CC: gcc-patches Subject: Re: [PATCH] PR/41822 pdp11: fix wrong code for and operation References: <68AF8014-024B-4FB6-B341-703AB7B17FB4@dell.com> In-Reply-To: <68AF8014-024B-4FB6-B341-703AB7B17FB4@dell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-10/txt/msg02592.txt.bz2 On 10/29/2010 09:48 PM, Paul Koning wrote: > +(define_insn "*and" I strongly suggest calling this *bic. Paolo