From patchwork Mon Dec 19 01:08:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Christoph_M=C3=BCllner?= X-Patchwork-Id: 62113 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 A41E339DDDD3 for ; Mon, 19 Dec 2022 01:09:12 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 240F339578D5 for ; Mon, 19 Dec 2022 01:08:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 240F339578D5 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-ed1-x52a.google.com with SMTP id i9so10915813edj.4 for ; Sun, 18 Dec 2022 17:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=156m9hq+H+Ml6/vC47x+jDR6zkiK0hnJt3iazsD8Ttk=; b=I33wY2ZGtP3hw55+x8X9HNTjKMCLWV3p67aTz/9yMrvSUduH4mWZZR50PfJPU6kLLb 1qoAc0L7STkxh8ZvD8bKV/TJG+whUKZjcrSeWTkaKNXKav1mfWmhOs1iNmCJrr7HckcS EgT7w911YxKEYB0Nfq96LtyvdXFggqnhkUavup36dniib2Qs0pDCHyFWK7+l2nXnZkYu nlk84brHs4KR3j1fbGPaAj+WfCAwmqNFoWX0BkTNip4evZ1HXW4Ey8KHPhe53J/W5ltS L/BuKN+n93Ia9CbD4nORcnOOYMtTA4SDiyVzwf5sy/w3kF+Ikgt6GyIEcSTdiwrW4c6F Iw4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=156m9hq+H+Ml6/vC47x+jDR6zkiK0hnJt3iazsD8Ttk=; b=xC6FS+GVzxzlFPqEgz+OpRT8+LyMAVDVVVIuUhJ9UWqy1I/6fwyqrwwLEybC2H7chm Btjhh5zxH3o1znqScAHjGQp9fddUXogayxus5WlFcUd3I73aK+3VPW5YoT5CmiztzA1r QowgCLH5I0U/kwq1TZnA7ngjgTLsvVdyFXxgVV7TpUV6zGW4ijCX/UDmzsn72XRNW2gv KvkEVs8VknFCDMRn1LeyGrCLjhD5Us9n7fmsLhz8qjcaWFVQKTkWo3BO8LWQpP+2m28z jxjWu6eKIOSCjZPhnLX9gwnXHZ1tp/lTx5u0+9KgcuGa8Qc5s8Vyoji7HPYc1irYW6oB R1UA== X-Gm-Message-State: ANoB5pn8bx0hnnsehDfCv3Crd+wNNPNv2tlrth5JFpxQGD4QaR/Mr4jF MPdT3iN/0e8Kcnex5wFmBWvGljPgfHrpl9vE X-Google-Smtp-Source: AA0mqf7JstxvFIp3v12rTm+G5gMeRkyKhRjTDWmcjoQZBv32dn0xx3SlQliZH7cL8BapPBknmQPFDw== X-Received: by 2002:aa7:d5ce:0:b0:46b:aedf:f32b with SMTP id d14-20020aa7d5ce000000b0046baedff32bmr52494522eds.4.1671412123449; Sun, 18 Dec 2022 17:08:43 -0800 (PST) Received: from beast.fritz.box (62-178-148-172.cable.dynamic.surfer.at. [62.178.148.172]) by smtp.gmail.com with ESMTPSA id eg53-20020a05640228b500b0044dbecdcd29sm3744648edb.12.2022.12.18.17.08.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Dec 2022 17:08:42 -0800 (PST) From: Christoph Muellner To: gcc-patches@gcc.gnu.org, Kito Cheng , Jim Wilson , Palmer Dabbelt , Andrew Waterman , Philipp Tomsich , Jeff Law , Cooper Qu , Lifang Xia , Yunhai Shang , Zhiwei Liu Cc: =?utf-8?q?Christoph_M=C3=BCllner?= Subject: [PATCH v2 01/11] riscv: attr: Synchronize comments with code Date: Mon, 19 Dec 2022 02:08:28 +0100 Message-Id: <20221219010838.3878675-2-christoph.muellner@vrull.eu> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221219010838.3878675-1-christoph.muellner@vrull.eu> References: <20221219010838.3878675-1-christoph.muellner@vrull.eu> MIME-Version: 1.0 X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_MANYTO, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" From: Christoph Müllner The comment above the enumeration of existing attributes got out of order and a few entries were forgotten. This patch synchronizes the comments according to the list. This commit does not include any functional change. gcc/ChangeLog: * config/riscv/riscv.md: Sync comments with code. Signed-off-by: Christoph Müllner --- gcc/config/riscv/riscv.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md index df57e2b0b4a..a8bb331f25c 100644 --- a/gcc/config/riscv/riscv.md +++ b/gcc/config/riscv/riscv.md @@ -220,7 +220,6 @@ (define_attr "enabled" "no,yes" ;; mfc transfer from coprocessor ;; const load constant ;; arith integer arithmetic instructions -;; auipc integer addition to PC ;; logical integer logical instructions ;; shift integer shift instructions ;; slt set less than instructions @@ -236,9 +235,13 @@ (define_attr "enabled" "no,yes" ;; fcvt floating point convert ;; fsqrt floating point square root ;; multi multiword sequence (or user asm statements) +;; auipc integer addition to PC +;; sfb_alu SFB ALU instruction ;; nop no operation ;; ghost an instruction that produces no real code ;; bitmanip bit manipulation instructions +;; rotate rotation instructions +;; atomic atomic instructions ;; Classification of RVV instructions which will be added to each RVV .md pattern and used by scheduler. ;; rdvlenb vector byte length vlenb csrr read ;; rdvl vector length vl csrr read