aboutsummaryrefslogtreecommitdiff
path: root/unratified/rv64_zbt
AgeCommit message (Collapse)AuthorFilesLines
2024-05-01Remove legacy bit-manipulation extensionsAndrew Waterman1-6/+0
These do not have a path to ratification. I left the ones that are generic versions of ratified instructions (e.g. orc.b is a special case of gorci).
2022-06-09Check for overlaps between different fields (#122)Pavel I. Kryukov1-1/+1
2022-04-08migrate unratified bitmanip opcodesNeel Gala1-0/+6
- 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)