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

CMPGE (vectors): Compare vectors

CMPGE Pd.B, Pg/Z, Zn.B, Zm.B (SVE (SME
svbool_t svcmpge[_s8](svbool_t pg, svint8_t op1, svint8_t op2)

128-bit SVE

For each signed 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 signed 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 signed 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 signed 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 signed 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.