aboutsummaryrefslogtreecommitdiff
path: root/riscv/decode_macros.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-23Fix exception priority for RV32E JAL/JALRAndrew Waterman1-0/+1
2024-08-23Fix exception priority for RV32E loads and AMOsAndrew Waterman1-1/+1
2024-07-22Merge pull request #1740 from YenHaoChen/pr-fcvtmod_w_dAndrew Waterman1-4/+6
2024-07-23refactor: set_fp_exceptions: Use a new macro raise_fp_exceptions(flags) and r...YenHaoChen1-4/+6
2024-07-21Merge pull request #1729 from YenHaoChen/pr-require-vectorAndrew Waterman1-1/+1
2024-07-19Check any_vector_extensions() in require_vector_vsYenHaoChen1-1/+1
2024-07-06refactor: Implement sext(x, pos) macroYenHaoChen1-1/+2
2024-06-21Relax require_vector check for misa.VJerry Zhao1-2/+0
2024-06-13Adding Zilsd and Zcmlsd extensions (Load/store pair for RV32)Christian Herber1-8/+18
2024-05-01Remove Zbpbo, Zpn, and Zpsfoperand implementationAndrew Waterman1-0/+17
2024-03-06Zicfilp: Add software_check(x) macro to throw a software check exceptionMing-Yi Lai1-0/+1
2024-03-06Zicfilp: Set ELP state when executing indirect jumpsMing-Yi Lai1-0/+19
2023-08-25bf16: handle invalid Nan-boxed accessingChih-Min Chao1-1/+6
2023-06-19fesvr: support int128_t/uint128_tGianluca Guida1-5/+0
2023-05-29Add support for new instructions of Zfbfmin extensionWeiwei Li1-0/+2
2023-05-27Merge pull request #1368 from glg-rv/have_int128/0/topicJerry Zhao1-0/+5
2023-05-26Use HAVE_INT128 instead of __SIZEOF_INT128__Gianluca Guida1-0/+5
2023-05-26decode_macros: move 'is_aligned' from 'v_ext_macros.h'Gianluca Guida1-0/+4
2023-02-21Update fields name for sreg1/sreg2Weiwei Li1-2/+2
2022-12-20Reduce compile time increase introduced by #1189Andrew Waterman1-17/+11
2022-12-20Always build with commit logging supportJerry Zhao1-2/+2
2022-12-15Split decode.h into public decode.h and private decode_macros.hJerry Zhao1-0/+318