The ARMv8 Architecture Reference Manual lists miles of special registers, some of which allow the programmer to detect the availability of CPU features at runtime.
Is there such a register telling the programmer if the AArch32 execution state is supported? One thing I found is ID_PFR0_EL1
which tells what variants of the AArch32 instruction set are supported, but it does not seem to say if the instruction set is supported at all.
What register or other thing am I looking for?