aboutsummaryrefslogtreecommitdiff
path: root/riscv/overlap_list.h
AgeCommit message (Collapse)AuthorFilesLines
2023-04-14Fix encoding conflict for fround.h and fcvt.bf16.sWeiwei Li1-0/+2
2022-11-17add support for zcmtWeiwei Li1-0/+1
add suport for jvt: Table entries follow the current data endianness
2022-11-17add support for zcmpWeiwei Li1-0/+6
2022-11-17add support for zca zcd and zcfWeiwei Li1-8/+4
2022-04-14add support for overlap instructionsWeiwei Li1-0/+8
* add DECLARE_OVERLAP_INSN to bind instructions with extension * add overlap_list.h to contain the declare of all overlapping instructions * make func function for overlapping instruction return NULL when the coresponding extension(s) is not supported.