Text file src/simd/archsimd/_gen/simdgen/ops/Compares/go_sve.yaml

     1  !sum
     2  # Greater — signed integer compare. ZCMPGT is predicated-only: there is no
     3  # unpredicated variant, so its first operand is a governing predicate.
     4  - go: Greater
     5    asm: "ZCMPGT"
     6    in:
     7    - &int
     8      go: $t
     9      base: int
    10    - *int
    11    - class: mask # governing predicate
    12    out:
    13    - class: mask
    14  

View as plain text