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

CMPGE (vectors): Compare vectors

CMPGE Pd.S, Pg/Z, Zn.S, Zm.S (SVE (SME
svbool_t svcmpge[_s32](svbool_t pg, svint32_t op1, svint32_t op2)

128-bit SVE

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