aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vnsra_wx.h
diff options
context:
space:
mode:
authoreopXD <yueh.ting.chen@gmail.com>2021-11-28 15:58:30 +0800
committereopXD <yueh.ting.chen@gmail.com>2021-11-28 15:58:44 +0800
commitab7521de6a76be7fc57665998679a7f6ecfafcb9 (patch)
treeb75b930d03232c4c1a41e0af7600d2a765313ef2 /riscv/insns/vnsra_wx.h
parentf5e5b653d99a2529310eca69b91a49aba02c62cd (diff)
downloadspike-ab7521de6a76be7fc57665998679a7f6ecfafcb9.zip
spike-ab7521de6a76be7fc57665998679a7f6ecfafcb9.tar.gz
spike-ab7521de6a76be7fc57665998679a7f6ecfafcb9.tar.bz2
Eliminate redundant parameters for narrowing integer right shift instructions
Diffstat (limited to 'riscv/insns/vnsra_wx.h')
-rw-r--r--riscv/insns/vnsra_wx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vnsra_wx.h b/riscv/insns/vnsra_wx.h
index adaa24c..05a55e3 100644
--- a/riscv/insns/vnsra_wx.h
+++ b/riscv/insns/vnsra_wx.h
@@ -2,4 +2,4 @@
VI_VX_LOOP_NSHIFT
({
vd = vs2 >> (rs1 & (sew * 2 - 1));
-}, false)
+})