aboutsummaryrefslogtreecommitdiff
path: root/riscv/decode.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Add Zicfiss extension from CFI extension, v0.4.0SuHsien Ho1-0/+1
2023-10-18Revert "tmp"Andrew Waterman1-1/+0
2023-10-18tmpAndrew Waterman1-0/+1
2023-06-19Zvk: Implement Zvbb, Vector Bit-manipulation for CryptographyEric Gouriou1-0/+1
2023-05-26Use HAVE_INT128 instead of __SIZEOF_INT128__Gianluca Guida1-5/+0
2023-02-21Update fields name for sreg1/sreg2Weiwei Li1-2/+2
2022-12-15Use relative include paths to support public usage of these headersJerry Zhao1-1/+1
2022-12-15Split decode.h into public decode.h and private decode_macros.hJerry Zhao1-310/+2
2022-12-12Pull p/v_ext_macros.h out of decode.hJerry Zhao1-2/+0
2022-12-05Merge pull request #1162 from riscv-software-src/sfenceAndrew Waterman1-1/+3
2022-12-05SFENCE.INVAL.IR and SFENCE.W.INVAL are illegal in [V]U modesAndrew Waterman1-0/+2
2022-12-04Make require_novirt macro an expression, not a statementAndrew Waterman1-1/+1
2022-11-28Fix type error in some platformWeiwei Li1-1/+1
2022-11-17add support for zcmtWeiwei Li1-0/+2
2022-11-17add support for zcmpWeiwei Li1-0/+75
2022-11-17add support for zcbWeiwei Li1-0/+3
2022-10-04Fix ignored-qualifiers warnings in get_field/set_field macrosAndrew Waterman1-2/+6
2022-10-04Rewrite READ_REG macro to avoid GNU statement expression extensionAndrew Waterman1-1/+1
2022-09-08Remove unnecessary argument alu(always false) from macroWeiwei Li1-3/+1
2022-08-10Add space between if/while/switch and '('Weiwei Li1-3/+3
2022-08-04Add stateen related check for float point instructionsWeiwei Li1-1/+2
2022-08-04Modify F/D/Zfh instructions to add support for Zfinx/Zdinx/Zhinx{min} instruc...liweiwei1-0/+42
2022-06-06Don't mask instruction bitsAndrew Waterman1-1/+1
2022-06-06insn_t: don't rely on sign-extension of internal encodingAndrew Waterman1-3/+3
2022-06-03Remove nonstandard length encoding (#1023)Andrew Waterman1-1/+0
2022-06-01Remove the now-unused PC_SERIALIZE_WFIKip Walker1-2/+0
2022-05-05Factor out P extension macros into their own headerfactor-out-macrosAndrew Waterman1-500/+1
2022-05-05Factor out V extension macros into their own headerAndrew Waterman1-2069/+1
2022-04-14fix style problems in decode.h and processor.ccWeiwei Li1-266/+266
2022-04-09Replaced vector loop compare body with newly defined macro4vtomat1-90/+11
2022-04-09Adding new macro to replace repetitive code4vtomat1-0/+15
2022-02-23rvv: add missing elen checking for some ldst (#927)Chih-Min Chao1-0/+2
2022-01-30add instructions function for cmoliweiwei1-0/+14
2022-01-25Add more assertion for fcvt (#910)Yueh-Ting (eop) Chen1-0/+2
2022-01-10Merge pull request #899 from riscv-software-src/rv32eAndrew Waterman1-2/+4
2022-01-09Changes to be cleaner wrt. -WextraAndrew Waterman1-1/+1
2022-01-06Support RV32E/RV64E base ISAsAndrew Waterman1-2/+4
2021-12-27Fix check for fcvt (#897)Yueh-Ting (eop) Chen1-9/+18
2021-12-23Fix check for fcvt (#894)Yueh-Ting (eop) Chen1-2/+2
2021-12-21Add missing check for floating-point merge instructions (#893)Yueh-Ting (eop) Chen1-4/+6
2021-12-17Merge pull request #881 from eopXD/simplify-float-convertAndrew Waterman1-30/+145
2021-12-12Fix minor type-o (#885)Yueh-Ting (eop) Chen1-2/+2
2021-12-09Simplify vfwcvteopXD1-39/+50
2021-12-09Simplfy vfcvteopXD1-0/+34
2021-12-09Simplify vfncvteopXD1-0/+70
2021-12-07Merge pull request #879 from eopXD/simply-instsAndrew Waterman1-42/+124
2021-12-07Simplify vadc and vsbc (#876)Yueh-Ting (eop) Chen1-6/+10
2021-12-07Merge pull request #868 from eopXD/simplify-narrowing-instAndrew Waterman1-47/+54
2021-12-08Simplify vmerge, vfmergeeopXD1-5/+66
2021-12-08Simplify floating point compare instructionseopXD1-13/+35