aboutsummaryrefslogtreecommitdiff
path: root/riscv/riscv.mk.in
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2020-04-13 00:23:10 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2020-04-14 19:25:45 -0700
commit439240bbeccb620d1ed4e63006b275e94a25fe4e (patch)
treeb613d54716bef2d137d65d04d129691f2992f44f /riscv/riscv.mk.in
parent474ae7a59b17d518bed07bb43998e0e856c89a9d (diff)
downloadspike-439240bbeccb620d1ed4e63006b275e94a25fe4e.zip
spike-439240bbeccb620d1ed4e63006b275e94a25fe4e.tar.gz
spike-439240bbeccb620d1ed4e63006b275e94a25fe4e.tar.bz2
rvv: add float conversion for rtz variants
new features in spec 0.9 ref: https://github.com/riscv/riscv-v-spec/issues/352 Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'riscv/riscv.mk.in')
-rw-r--r--riscv/riscv.mk.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/riscv/riscv.mk.in b/riscv/riscv.mk.in
index 252b196..757c734 100644
--- a/riscv/riscv.mk.in
+++ b/riscv/riscv.mk.in
@@ -511,6 +511,8 @@ riscv_insn_ext_v_alu_fp = \
vfclass_v \
vfcvt_f_x_v \
vfcvt_f_xu_v \
+ vfcvt_rtz_x_f_v \
+ vfcvt_rtz_xu_f_v \
vfcvt_x_f_v \
vfcvt_xu_f_v \
vfdiv_vf \
@@ -538,6 +540,8 @@ riscv_insn_ext_v_alu_fp = \
vfncvt_f_x_w \
vfncvt_f_xu_w \
vfncvt_rod_f_f_w \
+ vfncvt_rtz_x_f_w \
+ vfncvt_rtz_xu_f_w \
vfncvt_x_f_w \
vfncvt_xu_f_w \
vfnmacc_vf \
@@ -570,6 +574,8 @@ riscv_insn_ext_v_alu_fp = \
vfwcvt_f_f_v \
vfwcvt_f_x_v \
vfwcvt_f_xu_v \
+ vfwcvt_rtz_x_f_v \
+ vfwcvt_rtz_xu_f_v \
vfwcvt_x_f_v \
vfwcvt_xu_f_v \
vfwmacc_vf \