From 3a16df6e04205a7053f639a93a6032df3805715b Mon Sep 17 00:00:00 2001 From: Weiwei Li Date: Thu, 27 Jan 2022 17:20:54 +0800 Subject: add disas support for zfinx, zdinx and zhinx{min} --- riscv/processor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'riscv/processor.h') diff --git a/riscv/processor.h b/riscv/processor.h index 5d5f51b..aa98644 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -268,6 +268,10 @@ typedef enum { EXT_SVNAPOT, EXT_SVPBMT, EXT_SVINVAL, + EXT_ZDINX, + EXT_ZFINX, + EXT_ZHINX, + EXT_ZHINXMIN, EXT_XBITMANIP, } isa_extension_t; -- cgit v1.1