aboutsummaryrefslogtreecommitdiff
path: root/model/extensions/C
AgeCommit message (Expand)AuthorFilesLines
2026-01-15Use `bits(1)` and `0b0`/`0b1` consistently in place of `bit` and `bitone`/`bi...Jordan Carlin1-3/+3
2026-01-04Last remaining refactoring of immediates in encoding clauses for readability....Prashanth Mundkur1-48/+18
2025-11-10Add ExecuteAs result for compressed instructions. (#1382)Prashanth Mundkur2-43/+43
2025-10-31Refactor immediates in encoding clauses for readability. (#1364)Prashanth Mundkur2-44/+71
2025-10-30Unify the handling logic for scalar and vector multiplication. (#1299)KotorinMinami1-1/+1
2025-10-15Add wavedrom annotations for some instruction encodings. (#1337)Prashanth Mundkur2-1/+17
2025-10-09Remove redundant parentheses around instruction arguments in execute clauses....Prashanth Mundkur1-32/+32
2025-09-15Reorganise the file structure to correspond to the module structure (#1267)KotorinMinami2-0/+762