aboutsummaryrefslogtreecommitdiff
path: root/riscv/v_ext_macros.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Pull vector unit into separate source/headerJerry Zhao1-0/+2
2022-11-21v_ext_macros: Drop index from `VI_ELEMENT_SKIP` (#1151)Dylan Reid1-9/+9
2022-10-25Change remaining vector FP16 instructions to require ZvfhAndrew Waterman1-3/+3
2022-10-19Template-ize storesAndrew Waterman1-7/+7
2022-10-19Template-ize loadsAndrew Waterman1-8/+8
2022-10-19Template-ize AMOsAndrew Waterman1-2/+2
2022-10-04Suppress or fix unused-variable warnings in vector macrosAndrew Waterman1-36/+35
2022-10-04Suppress most unused variable warningsAndrew Waterman1-2/+2
2022-09-08Remove redundant require_vm in macro VI_VV_LOOP_WITH_CARRYWeiwei Li1-2/+0
2022-09-08Remove unnecessary argument alu(always false) from macroWeiwei Li1-2/+2
2022-09-08Remove redundant require_vector in macro VI_MERGE_LOOP_BASEWeiwei Li1-1/+0
2022-08-11Remove dead code in VI_VV_EXT macro (#1065)ksco1-3/+0
2022-08-10Fix code indentation in processor.cc, interactive.cc, debug_module.h/ccWeiwei Li1-1/+1
2022-08-04Modify F/D/Zfh instructions to add support for Zfinx/Zdinx/Zhinx{min} instruc...liweiwei1-4/+4
2022-07-07remove multi blank linesWeiwei Li1-4/+0
2022-05-11rvv: fix the checking eew and elen for index loadChih-Min Chao1-0/+1
2022-05-05Factor out V extension macros into their own headerAndrew Waterman1-0/+2075