- Sep 02, 2022
-
-
Andrew Waterman authored
It's nearly free to do so, because it's just virtual address space. @davidbiancolin recently fell into this pit when using context_t with VCS.
-
- Jan 26, 2022
-
-
Weiwei Li authored
-
Yueh-Ting (eop) Chen authored
-
- Jan 23, 2022
-
-
Andrew Waterman authored
fix redefinition of CSR_MCONTEXT and CSR_SCONTEXT
-
- Jan 22, 2022
-
-
Weiwei Li authored
-
- Jan 20, 2022
-
-
Andrew Waterman authored
The opcodes were incorrect in riscv-opcodes; now they match the spec.
-
- Jan 11, 2022
-
-
Andrew Waterman authored
Add RV32E/RV64E base ISA support
-
- Jan 10, 2022
-
-
Andrew Waterman authored
h/t @jerinjoy See #901
-
- Jan 07, 2022
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Tim Newsome authored
Requested by "LfX Security - Non Inclusive Language Alerts"
-
- Dec 30, 2021
-
-
Andrew Waterman authored
-
- Dec 28, 2021
-
-
Yueh-Ting (eop) Chen authored
Refer to rvv-spec v1.0-rc2
-
Yueh-Ting (eop) Chen authored
-
- Dec 23, 2021
-
-
Yueh-Ting (eop) Chen authored
-
- Dec 22, 2021
-
-
Yueh-Ting (eop) Chen authored
-
- Dec 18, 2021
-
-
Tsukasa #01 (a4lg) authored
Now it disassembles 0x0000 (invalid encoding of c.addi4spn) as c.unimp (RVC). Non-RVC variant of unimp pseudoinstruction (0xc0001073) is also implemented.
-
Andrew Waterman authored
Simplify float convert instructions
-
- Dec 17, 2021
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Dec 16, 2021
-
-
sven authored
According the privileged spec, TSR is read-only 0 when S-mode is not supported. (https://github.com/riscv/riscv-isa-manual/blob/56515289e5999512fe578cdddf861b730d790018/src/machine.tex#L860-L861)
-
- Dec 13, 2021
-
-
Yueh-Ting (eop) Chen authored
-
- Dec 10, 2021
-
-
marcfedorow authored
-
Yueh-Ting (eop) Chen authored
-
- Dec 09, 2021
- Dec 08, 2021
-
-
eopXD authored
-
Tsukasa #01 (a4lg) authored
Zfhmin is a subset of Zfh (half-precision IEEE 754 binary16 floating point) extension, consisting only of data transfer and conversion instructions. This commit adds `EXT_ZFHMIN` to `isa_extension_t`, permits "zfhmin" as a multi-letter extension and adjusts feature gate for data transfer / conversion instructions. * FLH / FSH * FMV.X.H / FMV.H.X * FCVT.S.H / FCVT.H.S * FCVT.D.H / FCVT.H.D (if 'D' extension is also present) * FCVT.Q.H / FCVT.H.Q (if 'Q' extension is also present)
-
Andrew Waterman authored
Simply floating point parameters and merge operations
-
Yueh-Ting (eop) Chen authored
-
Andrew Waterman authored
Simplify narrowing instruction
-
Yueh-Ting (eop) Chen authored
Leverage macro VI_WIDE_OP_AND_ASSIGN_MIX
-
eopXD authored
-
eopXD authored
-
eopXD authored
-
- Dec 07, 2021
-
-
Yueh-Ting (eop) Chen authored
-
- Dec 06, 2021
-
-
John Ingalls authored
-