aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vsuxe_v.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19Check vtype.vill for all vector instructions except vsetvl[i]Andrew Waterman1-0/+1
2019-06-18rvv: add load/store instructionsChih-Min Chao1-0/+38
based on v-spec 0.7.1, support section: 7 element size: 8/16/32/64 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> Signed-off-by: Zakk Chen <zakk.chen@sifive.com>