aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vsadd_vv.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-10Add space between if/while/switch and '('Weiwei Li1-1/+1
Add space between ')' and '{'
2021-09-29Be consistent in use of P_SET_OV macro for setting vxsatScott Johnson1-2/+1
2019-11-11rvv: add reg checking rule for general fomratChih-Min Chao1-0/+1
for most instruction which are in single, single, single/scalar/immediate format Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2019-06-18rvv: add integer/fixed-point/mask/reduction/permutation instructionsChih-Min Chao1-0/+28
based on v-spec 0.7.1, support sections: 12/13/15.1 ~ 15.2/16/17 element size: 8/16/32/64 support ediv: 1 Signed-off-by: Bruce Hoult <bruce@hoult.org> Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com> Signed-off-by: Dave Wen <dave.wen@sifive.com>