From 36ebbb068c6508b9e42398b2307b5c5792459395 Mon Sep 17 00:00:00 2001 From: Chih-Min Chao Date: Wed, 27 May 2020 01:59:13 -0700 Subject: rvv: add new explicit eew load/store instructions 1. unit 2. stride 3. index 4. fault-first Signed-off-by: Chih-Min Chao --- riscv/insns/vsuxei64_v.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 riscv/insns/vsuxei64_v.h (limited to 'riscv/insns/vsuxei64_v.h') diff --git a/riscv/insns/vsuxei64_v.h b/riscv/insns/vsuxei64_v.h new file mode 100644 index 0000000..0c619cf --- /dev/null +++ b/riscv/insns/vsuxei64_v.h @@ -0,0 +1,2 @@ +// vsuxe64.v +VI_ST_INDEX(e64, false); -- cgit v1.1