Lines Matching refs:FPCR
6988 // Read the default FPCR.
6989 __ Mrs(x6, FPCR);
7000 // FPCR
7001 // The default FPCR on Linux-based platforms is 0.
7135 // All FPCR fields that must be implemented: AHP, DN, FZ, RMode
7168 __ Mrs(old_fpcr, FPCR);
7170 // All core FPCR fields must be writable.
7172 __ Msr(FPCR, x8);
7173 __ Mrs(x8, FPCR);
7176 // All FPCR fields that aren't `RES0`:
7187 // All FPCR fields, including optional ones. This part of the test doesn't
7191 __ Msr(FPCR, x9);
7192 __ Mrs(x9, FPCR);
7200 __ Msr(FPCR, x10);
7201 __ Mrs(x10, FPCR);
7204 __ Msr(FPCR, old_fpcr);