aboutsummaryrefslogtreecommitdiff
path: root/riscv/v_ext_macros.h
AgeCommit message (Expand)AuthorFilesLines
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