aboutsummaryrefslogtreecommitdiff
path: root/riscv/v_ext_macros.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-16vamo: remove related loop macroChih-Min Chao1-54/+0
2023-06-19Zvk: Infrastructure for Zvk extensions, element group handlingEric Gouriou1-0/+22
2023-05-29Add support for new instructions of Zvfbfwma extensionWeiwei Li1-0/+54
2023-05-29Add support for new instructions of Zvfbfmin extensionWeiwei Li1-0/+22
2023-05-26decode_macros: move 'is_aligned' from 'v_ext_macros.h'Gianluca Guida1-5/+0
2023-04-19Partially revert #1326Andrew Waterman1-2/+2
2023-04-19Merge pull request #1326 from riscv-software-src/fix-1325Andrew Waterman1-12/+18
2023-04-19Avoid declaring potentially out-of-bounds references in vmfeq etc.Andrew Waterman1-12/+18
2023-04-15Rename parameters for VI_VFP_NCVT* macros to be consistent with theWeiwei Li1-13/+13
2023-04-15Remove unused parameter for macro in v_ext_macro.hWeiwei Li1-8/+8
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