diff options
author | Chih-Min Chao <48193236+chihminchao@users.noreply.github.com> | 2020-12-03 09:57:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 17:57:31 -0800 |
commit | 21458a27101aeda7abd498f4c48a2192b0fef62f (patch) | |
tree | 0490bf7b6e44a9e6ee0bb2e0326cf371c316e942 /riscv/insns/vsoxei16_v.h | |
parent | 654480447f86dfcce9eb6113c635ba4fbd84bb25 (diff) | |
download | spike-21458a27101aeda7abd498f4c48a2192b0fef62f.zip spike-21458a27101aeda7abd498f4c48a2192b0fef62f.tar.gz spike-21458a27101aeda7abd498f4c48a2192b0fef62f.tar.bz2 |
rvv: index load/store have benn separated into ordered and unordered parts (#611)
ref:
https://github.com/riscv/riscv-v-spec/commit/511d0b84a3848de437fd01990d078feaa2871b11
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'riscv/insns/vsoxei16_v.h')
-rw-r--r-- | riscv/insns/vsoxei16_v.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/insns/vsoxei16_v.h b/riscv/insns/vsoxei16_v.h new file mode 100644 index 0000000..42c3c78 --- /dev/null +++ b/riscv/insns/vsoxei16_v.h @@ -0,0 +1,2 @@ +// vsxei16.v and vsxseg[2-8]ei16.v +VI_ST_INDEX(e16, true); |