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

CMPHI (vectors): Compare vectors

CMPHI Pd.B, Pg/Z, Zn.B, Zm.B (SVE (SME
svbool_t svcmpgt[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)

128-bit SVE

For each unsigned 8-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 8-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 8-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 8-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 8-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.