From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by sourceware.org (Postfix) with ESMTPS id E43E53854833 for ; Sun, 7 Mar 2021 18:49:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E43E53854833 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jimw@sifive.com Received: by mail-ed1-x529.google.com with SMTP id d13so11500651edp.4 for ; Sun, 07 Mar 2021 10:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iy5XqBbHJQhc8MjIB2QaCABhIzahrnOlKFo2H0CTg6Q=; b=BWe0aXpChoh1M/3eVywbX4gvhXQX58Qt1ZPc9JfJGuQXsw+WcfgEcQTSn8hJWEodHu 0oNfi0sO3CtrWzJXwE7cOO4iV6wK+Sj9gsMwAvqt9DWuInfFvT7eU33iPpr1Y9denrTf JbvexnV1YwR5J7jHopg5FaoExzwYVT2ryASS21lVCOI94I7OimeEFW77rusnwXuCy4Ho 20EfOt40dWitXDceIqKFgD086oiUI18whGMAGk1nJbqUd772E1GoEx2PbZKJwWjhhDDa 5zVy+yXRF6ZnY6yTE2JR1zAJJIqvxmy/exoUU0qc63c6C+Ho37X5tq6ywYKF0Zmt/7hb pq4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iy5XqBbHJQhc8MjIB2QaCABhIzahrnOlKFo2H0CTg6Q=; b=qG4V/1n98lBS6p1p956A/n70Vy7GDFdq7Okm+ZHD9mWOxZsUfmDxCl2qJWO0LwfQND qeOrLSjttbRdgJm9Tn8hm6XlrK05ZyhyrxDrGpOwGTH0hylfFrcqzzZwgctB6pySnSps LiV0blEr5303lS6QC5TRWVKam23xhthh63UfVvp/lIGHE6IiI7L+3SRd5yEOlNpFvUDY Uu16IQHwQkApjAwjtKiWM56tPuSWgX6klkPhcmO3MlFqEltrgapRdi0shhqkl/qdMbTw p4CEOIHSuNtqNvCAryWQ5GeS7SAClGMixJAyxpyxmDa+kyKDp8YY9TTwrUvhZf9pqvkJ 2Ciw== X-Gm-Message-State: AOAM533QpLWtrcHHwszma6d1+LkVX70BojldD/dJ5kbJSV07CKJfKmH6 c3l0hGpsy2U0Irmz0dfp/JyUtGoaCJRVFpEQ5jjxmQ== X-Google-Smtp-Source: ABdhPJxYhunt5ahZH9/f/QLp/9kuK9wUaY2LrwQiTnJEm9kLazdg3+U6b93+rk0h8NZfuYRgLFuN/kIGurtuKQBZh50= X-Received: by 2002:a50:d307:: with SMTP id g7mr18831377edh.204.1615142969017; Sun, 07 Mar 2021 10:49:29 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jim Wilson Date: Sun, 7 Mar 2021 10:49:18 -0800 Message-ID: Subject: Re: [PATCH] RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions To: Kuan-Lin Chen Cc: Andrew Waterman , "binutils@sourceware.org Development" , Nelson Chu X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 18:49:31 -0000 On Tue, Mar 2, 2021 at 10:51 PM Kuan-Lin Chen wrote: > I updated the patch in the attached file. > This version fixed: > 1. zext.h uses PACKW in rv64b. > 2. ror accepts immediate operand as rori. > 3. rorw accepts immediate operand as roriw. > 4. zext.w can be used as a pseudo instruction for add.uw in rv64zba > 5. test cases updated for above. > You accidentally attached a zfinx patch. Jim