From patchwork Fri Feb 24 12:14:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 65585 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D50AE385B527 for ; Fri, 24 Feb 2023 12:15:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D50AE385B527 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677240911; bh=WVBb3VjbAuGdpIzH5YFbSP0ODcme7PHgjpCfL0EYkHg=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=vXVgkmbk5JMpAZcRormg4OMgKJSwW0hEI/s3cnMJ3oFDndD0IwAglzkAQbvhCI2O7 3aUa9wn5+iUpUt56HBV7ij64JIgsrb7+QF5eXhvNKEYnlAdaRxLbqAS1Dty8tFXkcZ nAV04sKgrUfh+quTcgKyv66bEY0tEnKKfhZiiafM= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 67E37385B530 for ; Fri, 24 Feb 2023 12:14:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 67E37385B530 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-83-pScmHOjuNoaON_7-8Eq55A-1; Fri, 24 Feb 2023 07:14:41 -0500 X-MC-Unique: pScmHOjuNoaON_7-8Eq55A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 761F43C0CD39 for ; Fri, 24 Feb 2023 12:14:41 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.192.62]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 38C9D40C10FA for ; Fri, 24 Feb 2023 12:14:41 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.17.1/8.17.1) with ESMTPS id 31OCEdu1864323 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Fri, 24 Feb 2023 13:14:39 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 31OCEcmQ864322 for gcc-patches@gcc.gnu.org; Fri, 24 Feb 2023 13:14:38 +0100 Date: Fri, 24 Feb 2023 13:14:38 +0100 To: gcc-patches@gcc.gnu.org Subject: [committed] i386: Update i386-builtin.def file comment description of BDESC{,_FIRST} Message-ID: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Jakub Jelinek via Gcc-patches From: Jakub Jelinek Reply-To: Jakub Jelinek Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Hi! I've noticed the description of these wasn't updated when the mask2 argument has been added in 2019. Committed to trunk as obvious. 2023-02-24 Jakub Jelinek * config/i386/i386-builtin.def: Update description of BDESC and BDESC_FIRST in file comment to include mask2. Jakub --- gcc/config/i386/i386-builtin.def.jj 2023-02-24 10:12:37.027390923 +0100 +++ gcc/config/i386/i386-builtin.def 2023-02-24 13:07:29.453512100 +0100 @@ -23,9 +23,9 @@ . */ /* Before including this file, some macros must be defined: - BDESC (mask, icode, name, code, comparison, flag) + BDESC (mask, mask2, icode, name, code, comparison, flag) -- definition of each builtin - BDESC_FIRST (kind, KIND, mask, icode, name, code, comparison, flag) + BDESC_FIRST (kind, KIND, mask, mask2, icode, name, code, comparison, flag) -- like BDESC, but used for the first builtin in each category; bdesc_##kind will be used in the name of the array and IX86_BUILTIN__BDESC_##KIND##_FIRST will be the low boundary