Module cortex_a::registers::SPSR_EL3::Z[][src]

Expand description

Zero condition flag.

Set to the value of the Z condition flag on taking an exception to EL3, and copied to the Z condition flag on executing an exception return operation in EL3.

Set to 1 if the result of the last flag-setting instruction was zero, and to 0 otherwise. A result of zero often indicates an equal result from a comparison.

Enums

Zero condition flag.

Constants