aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfmacc_vf.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-15rvv: add .vf fp16 instructionsChih-Min Chao1-0/+3
2019-12-12rvv: add vfxxx.vf float64 supportChih-Min Chao1-0/+3
2019-06-12rvv: move the common part into macro. except the funary00 and funary01Dave.Wen1-9/+1
2019-06-08rvv: reformat the code by 'astyle insns/v*.h -s2 -A2'Dave1-1/+1
2019-06-04rvv: change VFP_VF_LOOP to VI_VFP_VF_LOOPChih-Min Chao1-1/+1
2019-06-03rvv: refactor to the VUDave.Wen1-1/+1
2019-04-30rvv: decouple the vectorUnit to the processor's state.Dave.Wen1-1/+1
2019-04-25rvv: fix vfm* and vfnmChih-Min Chao1-11/+7
2019-03-28rvv: add vf[n]macc_v[vf]Dave.Wen1-3/+15
2019-02-22implement some float opertions and vmv, no-op implementations for segmented l...Bruce Hoult1-1/+1
2019-02-15Rewrite vfmacc_vf to use macrosBruce Hoult1-19/+5
2019-02-15Add checking to vfmacc_vfBruce Hoult1-0/+3
2019-02-13Fix bug in vfmacc_vf. RVV opcodes do not contain Rounding Mode field, use frm...Bruce Hoult1-1/+1
2019-02-13Update to 20190131 specBruce Hoult1-0/+16