aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVed Shanbhogue <ved@rivosinc.com>2023-11-24 17:06:06 -0600
committerVed Shanbhogue <ved@rivosinc.com>2023-11-24 17:06:06 -0600
commit6a3729c2cd5c9b87d4cf69afdea1d644661336ce (patch)
treecaf70b33a2a829b6542574c6acf6b3364d565bd0
parentd5755c9d380f8ab75a98ee9901019ab3f52259dc (diff)
downloadriscv-opcodes-6a3729c2cd5c9b87d4cf69afdea1d644661336ce.zip
riscv-opcodes-6a3729c2cd5c9b87d4cf69afdea1d644661336ce.tar.gz
riscv-opcodes-6a3729c2cd5c9b87d4cf69afdea1d644661336ce.tar.bz2
CSR fields introduced by Zicfiss
-rw-r--r--encoding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/encoding.h b/encoding.h
index b71047b..f56216b 100644
--- a/encoding.h
+++ b/encoding.h
@@ -148,6 +148,7 @@
#define SIP_STIP MIP_STIP
#define MENVCFG_FIOM 0x00000001
+#define MENVCFG_SSE 0x00000008
#define MENVCFG_CBIE 0x00000030
#define MENVCFG_CBCFE 0x00000040
#define MENVCFG_CBZE 0x00000080
@@ -186,6 +187,7 @@
#define MHPMEVENTH_OF 0x80000000
#define HENVCFG_FIOM 0x00000001
+#define HENVCFG_SSE 0x00000008
#define HENVCFG_CBIE 0x00000030
#define HENVCFG_CBCFE 0x00000040
#define HENVCFG_CBZE 0x00000080
@@ -221,6 +223,7 @@
#define HSTATEENH_SSTATEEN 0x80000000
#define SENVCFG_FIOM 0x00000001
+#define SENVCFG_SSE 0x00000008
#define SENVCFG_CBIE 0x00000030
#define SENVCFG_CBCFE 0x00000040
#define SENVCFG_CBZE 0x00000080