From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 688D5C47096 for ; Wed, 2 Jun 2021 08:55:06 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0A36C613D5 for ; Wed, 2 Jun 2021 08:55:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A36C613D5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:43018 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loMeX-0003RM-0P for qemu-devel@archiver.kernel.org; Wed, 02 Jun 2021 04:55:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51236) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loMdd-0001HB-Jt; Wed, 02 Jun 2021 04:54:09 -0400 Received: from ozlabs.org ([203.11.71.1]:41659) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loMdb-0003mp-FA; Wed, 02 Jun 2021 04:54:09 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 4Fw2rV1B12z9sRN; Wed, 2 Jun 2021 18:54:02 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1622624042; bh=bzLKXI0pJ27BlNqqu2Us8I0EBGr0f2ShKmtlywOegtw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qReH0YbvU+T9+eXKplDAwLGbc0e9PcdUs9Ff7lbMkIDgNBw8SXujLArr+JyzPeu9i +UVhZkDKeZtgZajdALQf3TlD964mbRzp8Yt7E6nd/Y43/uUHlfa1yiFLi8kUgFYmv1 trpDIjwkfjnjogzbcqfRyDLz6m+DU3//coUdWyEY= Date: Wed, 2 Jun 2021 18:53:40 +1000 From: David Gibson To: Richard Henderson Subject: Re: [PATCH v6 14/14] target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree Message-ID: References: <20210601193528.2533031-1-matheus.ferst@eldorado.org.br> <20210601193528.2533031-15-matheus.ferst@eldorado.org.br> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="das/wOmat2s314GH" Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=203.11.71.1; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org, f4bug@amsat.org, luis.pires@eldorado.org.br, qemu-ppc@nongnu.org, lagarcia@br.ibm.com, matheus.ferst@eldorado.org.br, groug@kaod.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --das/wOmat2s314GH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 01, 2021 at 01:57:25PM -0700, Richard Henderson wrote: > On 6/1/21 12:35 PM, matheus.ferst@eldorado.org.br wrote: > > --- a/target/ppc/translate/fixedpoint-impl.c.inc > > +++ b/target/ppc/translate/fixedpoint-impl.c.inc > > @@ -1,4 +1,4 @@ > > -/* > > + /* > > * Power ISA decode for Fixed-Point Facility instructions >=20 > Watch the whitespace errors. I've fixed that up in my tree. >=20 > Otherwise, > Reviewed-by: Richard Henderson >=20 > r~ >=20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --das/wOmat2s314GH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAmC3RxMACgkQbDjKyiDZ s5LeDRAAjGF3zjWeC78T5hw3YprQBTFAH/pEE4RAgHdVByfdtI8lx0wvNl36jhKJ HxgmcT4IMrCtm0jczhQQZjycHO1ARMqZcB4zyr8P176I2WLUptj3MNukUexCZ6kV bppP70+/bYtFyY/gmE7MS8d8VZz+ZCoxLyS3k5wAaIUMJ5ASohngxRuCROlpVJAA fFp05poHvz+oeZEOriQX0HG2X8nxJNdT4wbOtJgJ5J/Zmt/WZnNdLnCW/Kq80lZu GMlJ557NWgw2kQA1zIJn5hEF1rd1VtxckBKcOWdi/s86DK84P1cQUD3elGun9Y17 t1XAsT2/j37xcW4c9dRPnc1qEjlFesmNWmQ1NP83YC1nWBOG0G7r+9N20J3Hc4OT LT72YF35TpUIY0MZI7DFGqiax/XxIIfc9ANY8xOEou7UiOgArr8wK8REd/9g6N1+ fxBiwpsfo2c5tMkcZQF7N7/BTAwhBAkYsnWeZCzwLqCBcrm6TIJYt5B+YbX+iCh2 BGQPDNf5raS4l5/URNLip69pQz37ohQ/AL2eHYLKTnmsHFD9gOn28fUdsnlvxEXW OtLFy6A3pBYIWkZ4cVYVIgdBgANNe1ETTZ1RNrHscxtSlETDN3KxCU4Gbnjuf04n NZt+xR3//dkR35kMutvcNeAhIcTtEIzIKxTnHQl3ktZyZ+DLDHA= =bogz -----END PGP SIGNATURE----- --das/wOmat2s314GH--