Skip to content

Commit

Permalink
[FUNCTIONALITIES] Bump functionalities with segment and whole reg loa…
Browse files Browse the repository at this point in the history
…d/stores
  • Loading branch information
mp-17 committed Nov 8, 2024
1 parent 7f2f32f commit 10c76d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FUNCTIONALITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ This file specifies the functionalities of the RISC-V Vector Specification suppo
- Vector strided stores: `vsse<eew>`
- Vector indexed loads: `vluxei<eew>`, `vloxei<eew>`
- Vector indexed stores: `vsuxei<eew>`, `vsoxei<eew>`
- Vector unit-strided segment loads: `vlseg<nf>e<eew>.v`
- Vector unit-strided segment stores: `vsseg<nf>e<eew>.v`
- Vector non-unit-strided segment loads: `vlsseg<nf>e<eew>.v`
- Vector non-unit-strided segment stores: `vssseg<nf>e<eew>.v`
- Vector indexed segment loads: `vluxseg<nf>ei<eew>.v`, `vloxseg<nf>ei<eew>.v`
- Vector indexed segment stores: `vsuxseg<nf>ei<eew>.v`, `vsoxseg<nf>ei<eew>.v`
- Vector whole-register loads: `vl<nf>re<eew>.v`
- Vector whole-register stores: `vs<nf>r.v`

## Vector Integer Arithmetic Instructions

Expand Down

0 comments on commit 10c76d9

Please sign in to comment.