public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Remove redundant RVV opcode definitions
@ 2023-07-25 10:47 Jiawei
  2023-07-25 13:27 ` Kito Cheng
  0 siblings, 1 reply; 2+ messages in thread
From: Jiawei @ 2023-07-25 10:47 UTC (permalink / raw)
  To: binutils
  Cc: nelson, kito.cheng, palmer, jbeulich, christoph.muellner,
	wuwei2016, shihua, shiyulong, chenyixuan, Jiawei

Remove redundant rvv opcodes that not use currently.

include/ChangeLog:

        * opcode/riscv-opc.h (MATCH_VDOTVV): Deleted.
        (MASK_VDOTVV): Ditto.
        (MATCH_VDOTUVV): Ditto.
        (MASK_VDOTUVV): Ditto.
        (MATCH_VFDOTVV): Ditto.
        (MASK_VFDOTVV): Ditto.

---
 include/opcode/riscv-opc.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/opcode/riscv-opc.h b/include/opcode/riscv-opc.h
index 53f5f200508..e3ffc9092c9 100644
--- a/include/opcode/riscv-opc.h
+++ b/include/opcode/riscv-opc.h
@@ -2115,12 +2115,6 @@
 #define MASK_VMV4RV  0xfe0ff07f
 #define MATCH_VMV8RV  0x9e03b057
 #define MASK_VMV8RV  0xfe0ff07f
-#define MATCH_VDOTVV  0xe4000057
-#define MASK_VDOTVV  0xfc00707f
-#define MATCH_VDOTUVV  0xe0000057
-#define MASK_VDOTUVV  0xfc00707f
-#define MATCH_VFDOTVV  0xe4001057
-#define MASK_VFDOTVV  0xfc00707f
 /* Zvbb instructions.  */
 #define MATCH_VANDN_VV 0x4000057
 #define MASK_VANDN_VV 0xfc00707f
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] RISC-V: Remove redundant RVV opcode definitions
  2023-07-25 10:47 [PATCH] RISC-V: Remove redundant RVV opcode definitions Jiawei
@ 2023-07-25 13:27 ` Kito Cheng
  0 siblings, 0 replies; 2+ messages in thread
From: Kito Cheng @ 2023-07-25 13:27 UTC (permalink / raw)
  To: Jiawei
  Cc: binutils, nelson, palmer, jbeulich, christoph.muellner,
	wuwei2016, shihua, shiyulong, chenyixuan

Reviewed-by: Kito Cheng <kito.cheng@sifive.com>

On Tue, Jul 25, 2023 at 6:47 PM Jiawei <jiawei@iscas.ac.cn> wrote:
>
> Remove redundant rvv opcodes that not use currently.
>
> include/ChangeLog:
>
>         * opcode/riscv-opc.h (MATCH_VDOTVV): Deleted.
>         (MASK_VDOTVV): Ditto.
>         (MATCH_VDOTUVV): Ditto.
>         (MASK_VDOTUVV): Ditto.
>         (MATCH_VFDOTVV): Ditto.
>         (MASK_VFDOTVV): Ditto.
>
> ---
>  include/opcode/riscv-opc.h | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/include/opcode/riscv-opc.h b/include/opcode/riscv-opc.h
> index 53f5f200508..e3ffc9092c9 100644
> --- a/include/opcode/riscv-opc.h
> +++ b/include/opcode/riscv-opc.h
> @@ -2115,12 +2115,6 @@
>  #define MASK_VMV4RV  0xfe0ff07f
>  #define MATCH_VMV8RV  0x9e03b057
>  #define MASK_VMV8RV  0xfe0ff07f
> -#define MATCH_VDOTVV  0xe4000057
> -#define MASK_VDOTVV  0xfc00707f
> -#define MATCH_VDOTUVV  0xe0000057
> -#define MASK_VDOTUVV  0xfc00707f
> -#define MATCH_VFDOTVV  0xe4001057
> -#define MASK_VFDOTVV  0xfc00707f
>  /* Zvbb instructions.  */
>  #define MATCH_VANDN_VV 0x4000057
>  #define MASK_VANDN_VV 0xfc00707f
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-25 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 10:47 [PATCH] RISC-V: Remove redundant RVV opcode definitions Jiawei
2023-07-25 13:27 ` Kito Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).