From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id 631C33858D1E for ; Sat, 1 Oct 2022 05:39:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 631C33858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id C1ACA300089; Sat, 1 Oct 2022 05:39:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1664602771; bh=ZBxGNbLanIbLPHmPwSIBoZJpjjkR40PE62fOlAuvvZI=; h=From:To:Cc:Subject:Date:Message-Id:Mime-Version: Content-Transfer-Encoding; b=gMEB3dPXqyGn0B9zyIJcBbkwFNPsdbB+1Bs77AVE4WlQi8/9/DvzlHSdL2uGN2sn6 25Aq5QWrYktNeZDcOs8HVlexWpDNiKd97JnPvy1RuwcKHlEqtDnmc5oF9xOS7VhDiz e1/0fCJGKP4bI+UV/xeWbjgRlZnnw6BL6ax2zITk= From: Tsukasa OI To: Tsukasa OI Cc: binutils@sourceware.org Subject: [PATCH 0/1] RISC-V: Move supervisor instructions after all unprivileged ones Date: Sat, 1 Oct 2022 05:39:25 +0000 Message-Id: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 List-Id: Hello, GitHub tracker: This is a small tidying patchset. This location of supervisor instructions is out of place (because many other privileged instructions are located at the tail but after the supervisor instructions, we have many unprivileged instructions including bit manipulation / crypto / vector instructions). Not only that, this is harmful to implement pseudoinstructions in the latest 'P'-extension proposal (CLROV and RDOV). This patchset moves supervisor instructions after all unprivileged instructions and adjusts some indents. Thanks, Tsukasa Tsukasa OI (1): RISC-V: Move supervisor instructions after all unprivileged ones opcodes/riscv-opc.c | 64 ++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) base-commit: 53a265a1f14d17a6f7b106082f610994c5d546e0 -- 2.34.1