aboutsummaryrefslogtreecommitdiff
path: root/unratified
AgeCommit message (Collapse)AuthorFilesLines
2022-06-27Add unratified 'Zawrs' extension (V1.0-rc2) (#129)Tsukasa #01 (a4lg)1-0/+2
This work is based on Zawrs fast-track extension, version 1.0-rc2. <https://github.com/riscv/riscv-zawrs/releases/tag/V1.0-rc2>
2022-06-27Add 'Zihintntl' non-temporal locality hints (v0.2) (#130)Tsukasa #01 (a4lg)2-0/+8
This work is based on the latest ISA Manual: <https://github.com/riscv/riscv-isa-manual/releases/tag/draft-20220622-c3b7d92>
2022-06-09Check for overlaps between different fields (#122)Pavel I. Kryukov3-5/+5
2022-05-23Add RV128I opcodes (#112)Pavel I. Kryukov1-0/+22
* Add RV128I instructions * Address code review feedback * Fix typo
2022-05-11Rename rv128_c to unratified/rv128_c (#114)Pavel I. Kryukov1-0/+15
2022-04-08change xperm.[nbhw] to xperm[4,8,16,32]Neel Gala2-4/+4
- this changes the imports in zk[ns] - this name is also what spike uses for now. - This fix may come-back later when zbp and zbkx reconcile on a common naming scheme for these instructions.
2022-04-08fix import of pseudo op for fsriNeel Gala1-1/+1
- pseudo ops cannot be imported. The pseudo_op syntax itself should be used where applicable.
2022-04-08migrate unratified and uncategorized bitmanip opsNeel Gala2-0/+21
2022-04-08migrate unratified bitmanip opcodesNeel Gala14-0/+78
- split instructions as per new file naming policy - move all instructions to unratified directory - includes rv[64|32]_zbp[bo] (missed in previous commit while migrating P-extension)
2022-04-08migrate P-extension and its sub-extension opcodesNeel Gala5-0/+350
- includes zbp and zbpbo sub extensions as well