Created by: geoste01
The allasm_aarch64_isa test attempts to check that we can set and retain values in the NZCV bits of the floating-point status register (FPSR), however this functionality is intended for supporting AArch32 floating point arithmetic and may not be present in AArch64 processors. In AArch64, instructions that set or use these flags instead use the ordinary NZCV bits.
Fixes #2129 (closed)