aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Johnson <scott.johnson@arilinc.com>2021-11-02 12:00:47 -0700
committerScott Johnson <scott.johnson@arilinc.com>2021-11-02 12:42:29 -0700
commitcabefd9b4f41c3211f8163c0a333a14ce4e24397 (patch)
tree0e1a385251c0679406906d1168ccdb5f9601c345
parent53fbda5873ec5ffdfd7dd62cd5961fe99c6299a2 (diff)
downloadriscv-opcodes-cabefd9b4f41c3211f8163c0a333a14ce4e24397.zip
riscv-opcodes-cabefd9b4f41c3211f8163c0a333a14ce4e24397.tar.gz
riscv-opcodes-cabefd9b4f41c3211f8163c0a333a14ce4e24397.tar.bz2
Remove no-longer-used SSTATUS_VS_MASK
Spike removed this in https://github.com/riscv-software-src/riscv-isa-sim/commit/60243a3bf9f86de5b8b58807ae218f1e3aedc31c I checked other uses of encoding.h (riscv-pk, riscv-test-env, riscv-openocd), and confirmed that none of them use this value.
-rw-r--r--encoding.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/encoding.h b/encoding.h
index 63f1a78..edccf00 100644
--- a/encoding.h
+++ b/encoding.h
@@ -51,10 +51,6 @@
#define SSTATUS_UXL 0x0000000300000000
#define SSTATUS64_SD 0x8000000000000000
-#define SSTATUS_VS_MASK (SSTATUS_SIE | SSTATUS_SPIE | \
- SSTATUS_SPP | SSTATUS_FS | SSTATUS_SUM | \
- SSTATUS_MXR | SSTATUS_UXL)
-
#define HSTATUS_VSXL 0x300000000
#define HSTATUS_VTSR 0x00400000
#define HSTATUS_VTW 0x00200000