aboutsummaryrefslogtreecommitdiff
path: root/model/extensions/vector_crypto
AgeCommit message (Expand)AuthorFilesLines
2026-02-04Validate vector register groups. (#1486)Prashanth Mundkur7-0/+137
2026-01-15Whitespace and alignment fixes for vector files. (#1487)Prashanth Mundkur2-5/+3
2026-01-15Use `bits(1)` and `0b0`/`0b1` consistently in place of `bit` and `bitone`/`bi...Jordan Carlin4-26/+26
2025-11-14Greatly simplify the code for reading & writing vector registers/masks (#1213)Tim Hutt1-0/+3
2025-10-31Refactor immediates in encoding clauses for readability. (#1364)Prashanth Mundkur1-2/+2
2025-10-21Add gating for vector instructions. (#1170)Wenyu Huang1-16/+16
2025-10-15Add wavedrom annotations for some instruction encodings. (#1337)Prashanth Mundkur7-7/+43
2025-10-09Remove redundant parentheses around instruction arguments in execute clauses....Prashanth Mundkur7-35/+35
2025-10-09Remove monomorphic `val` declarations by moving types into the function signa...Prashanth Mundkur1-3/+2
2025-10-08Some fixes for documentation inclusion of scalar and vector crypto functions....Prashanth Mundkur1-31/+25
2025-10-06Refactor vector extension configuration. (#1163)Wenyu Huang7-9/+9
2025-09-15Reorganise the file structure to correspond to the module structure (#1267)KotorinMinami8-0/+1814