Non-Confidential | ![]() | DUI0801J | ||
| ||||
Home > A64 SIMD Vector Instructions > CMGT (vector, register) |
Compare signed Greater than (vector).
CMGT
Vd
.T
, Vn
.T
, Vm
.T
Where:
Vd
T
8B
, 16B
, 4H
, 8H
, 2S
, 4S
or 2D
.
Vn
Vm
Compare signed Greater than (vector). This instruction compares each vector element in the first source SIMD and FP register with the corresponding vector element in the second source SIMD and FP register and if the first signed integer value is greater than the second signed integer value sets every bit of the corresponding vector element in the destination SIMD and FP register to one, otherwise sets every bit of the corresponding vector element in the destination SIMD and FP register to zero.
Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.