Skip to content

Commit

Permalink
Fix vmsge{u}.vx non possible expansion
Browse files Browse the repository at this point in the history
Signed-off-by: Afonso Oliveira <[email protected]>
  • Loading branch information
AFOliveira authored and cmuellner committed Dec 19, 2024
1 parent 4008c4f commit fd5023d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/asm-manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1105,17 +1105,11 @@ srli rd, rd, XLEN - 32
|vl4r.v v4,x0 | vl4re8.v v4, x0 | Equal to vl4re8.v |
|vl8r.v v8,x0 | vl8re8.v v8, x0 | Equal to vl8re8.v |

|vmsge{u}.vx vd, va, x|
addi t0, x, -1 +
vmsgt{u}.vx vd, va, t0, vm
| Vector >= scalar
| When x > minimum

|vmsge{u}.vx vd, va, x
|vmslt{u}.vx vd, va, x +
vmnand.mm vd, vd, vd
| Vector >= scalar, unmasked
| For any x
|

| vmsge{u}.vx vd, va, x, v0.t
| vmslt{u}.vx vd, va, x, v0.t +
Expand Down

0 comments on commit fd5023d

Please sign in to comment.