aboutsummaryrefslogtreecommitdiff
path: root/rv_v
AgeCommit message (Collapse)AuthorFilesLines
2024-05-28Update rv_v to fix typo (#251)Pengcheng Wang1-1/+1
Signed-off-by: Pengcheng Wang <wangpengcheng.pp@bytedance.com>
2024-05-01Remove unratified vector memory-access instructionsAndrew Waterman1-36/+0
ELEN > 64 was not actually defined and ratified. These were just hypothetical encodings.
2023-10-16Remove unratified 'Zvamo' instructions from rv_vTsukasa OI1-41/+0
If this is the only thing happening, I would have just moved those instructions to unratified/rv_zvamo. The reason I didn't is, there is the 'Zabha' extension (containing subword AMO instructions) in the fast track and 8-bit vector AMO instructions conflict with it.
2023-07-25rv_v: fix for Vector Mask-Register Logical instructions.Nikola Rajovic1-8/+8
- resolves issue #180
2022-04-08migrate V-extension opcodesNeel Gala1-0/+528