Skip to content

Commit a6c9800

Browse files
AFOliveiracmuellner
authored andcommitted
Complete V pseudoinstrutions
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent c0ed8fc commit a6c9800

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/asm-manual.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,8 +1099,13 @@ srli rd, rd, XLEN - 32
10991099
|vmsltu.vi vd, va, i, vm | vmsleu.vi vd, va, i-1, vm | Vector < immediate, unsigned |
11001100
|vneg.v vd,vs | vrsub.vx vd,vs,x0 | Vector negate |
11011101
|vnot.v vd,vs,vm | vxor.vi vd, vs, -1, vm | Vector not |
1102+
|vncvt.x.x.w vd,vs,vm | vnsrl.wx vd,vs,x0,vm | Vector narrow convert element |
11021103
|vwcvt.x.x.v vd,vs,vm | vwadd.vx vd,vs,x0,vm | Vector widen convert, integer-integer|
11031104
|vwcvtu.x.x.v vd,vs,vm | vwaddu.vx vd,vs,x0,vm | Vector widen convert, integer-integer, unsigned|
1105+
|vl1r.v v3, x0 | vl1re8.v v3, x0 | Equal to vl1re8.v |
1106+
|vl2r.v v2,x0 | vl2re8.v v2, x0 | Equal to vl2re8.v |
1107+
|vl4r.v v4,x0 | vl4re8.v v4, x0 | Equal to vl4re8.v |
1108+
|vl8r.v v8,x0 | vl8re8.v v8, x0 | Equal to vl8re8.v |
11041109

11051110

11061111

0 commit comments

Comments
 (0)