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 079CA3858C41 for ; Tue, 8 Aug 2023 00:24:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 079CA3858C41 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 45B66300089; Tue, 8 Aug 2023 00:24:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1691454253; bh=wrIRFSyN3Si3YGgob7VHjHg9fSVdmOfdmvN8SNJWnpQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=na7zNvtDOLm75r2jRf5sgPlHlX0yBe4Re67avWMFIM8U4FC7stjL7FSEwIwYX2k5t aE40b1/XnM0oB7ei3nFXO91dCc3UAt5Q16w03nPbJ7RlYT7nwbmS5n9ddfLh9S67A4 3jpAZ0RbnA3grjqDg5Nk4rCfA5mm8Lj7xRw0E7gw= From: Tsukasa OI To: Tsukasa OI , Palmer Dabbelt , Andrew Waterman , Jim Wilson , Nelson Chu , Kito Cheng Cc: binutils@sourceware.org Subject: [PATCH v3 0/1] RISC-V: Add support for the 'Zihintntl' extension Date: Tue, 8 Aug 2023 00:24:03 +0000 Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KAM_MANYTO,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, This is the version 3 of the 'Zihintntl' extension support (and effectively a ping). Changes: v2 -> v3 * Rebased. * Added a test to check base instruction of the 'Zihintntl' instructions. Thanks, Tsukasa Tsukasa OI (1): RISC-V: Add support for the 'Zihintntl' extension bfd/elfxx-riscv.c | 18 +++++++++++++ gas/testsuite/gas/riscv/zihintntl-base.d | 24 +++++++++++++++++ gas/testsuite/gas/riscv/zihintntl-base.s | 29 +++++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl-na.d | 33 ++++++++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl.d | 32 +++++++++++++++++++++++ gas/testsuite/gas/riscv/zihintntl.s | 32 +++++++++++++++++++++++ include/opcode/riscv-opc.h | 26 +++++++++++++++++++ include/opcode/riscv.h | 2 ++ opcodes/riscv-opc.c | 12 +++++++++ 9 files changed, 208 insertions(+) create mode 100644 gas/testsuite/gas/riscv/zihintntl-base.d create mode 100644 gas/testsuite/gas/riscv/zihintntl-base.s create mode 100644 gas/testsuite/gas/riscv/zihintntl-na.d create mode 100644 gas/testsuite/gas/riscv/zihintntl.d create mode 100644 gas/testsuite/gas/riscv/zihintntl.s base-commit: d734d43a048b33ee12df2c06c2e782887e9715f6 -- 2.41.0