aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vnclipu_wv.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-28Have nclip_{wv/wx/wi} use different macroseopXD1-2/+2
This allows them to share PARAM macro with narrowing right-shift instructions. Rename VV_NSHIFT_PARAMS -> VV_NARROW_PARAMS so nclip, nsra, nsrl can share it. (Same goes to VX_NSHIFT_PARAMS and VI_NSHIFT_PARAMS)
2021-09-29Be consistent in use of P_SET_OV macro for setting vxsatScott Johnson1-1/+1
2020-03-27rvv: fix int_max/min value calculationChih-Min Chao1-3/+4
1. use stdint macro 2. fix vxsat status for vsmul Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2019-12-20rvv: replace vn suffic by 'w'Chih-Min Chao1-0/+21
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>