aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--csrs.csv1
-rw-r--r--encoding.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/csrs.csv b/csrs.csv
index fa6d98d..3c6328b 100644
--- a/csrs.csv
+++ b/csrs.csv
@@ -5,6 +5,7 @@
0x009, "vxsat"
0x00A, "vxrm"
0x00F, "vcsr"
+0x011, "ssp"
0x015, "seed"
0x017, "jvt"
0xC00, "cycle"
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