SVE Instruction List by Dougall Johnson
See "CMP<cc> (vectors)" in the exploration tools

CMPHI (vectors): Compare vectors

CMPHI Pd.H, Pg/Z, Zn.H, Zm.H (SVE (SME
svbool_t svcmpgt[_u16](svbool_t pg, svuint16_t op1, svuint16_t op2)

128-bit SVE

For each unsigned 16-bit integer set the corresponding predicate bit in (3) to (1) > (2), setting flags based on the resulting predicate.

256-bit SVE

For each unsigned 16-bit integer set the corresponding predicate bit in (3) to (1) > (2), setting flags based on the resulting predicate.

512-bit SVE

For each unsigned 16-bit integer set the corresponding predicate bit in (3) to (1) > (2), setting flags based on the resulting predicate.

Larger sizes

1024-bit SVE

For each unsigned 16-bit integer set the corresponding predicate bit in (3) to (1) > (2), setting flags based on the resulting predicate.

2048-bit SVE

For each unsigned 16-bit integer set the corresponding predicate bit in (3) to (1) > (2), setting flags based on the resulting predicate.

Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.