Searched refs:fpexc (Results 1 – 4 of 4) sorted by relevance
29 uint32_t fpexc = vfp_read_fpexc(); in vfp_lazy_save_state_init() local31 state->fpexc = fpexc; in vfp_lazy_save_state_init()32 vfp_write_fpexc(fpexc & ~FPEXC_EN); in vfp_lazy_save_state_init()37 if ((state->fpexc & FPEXC_EN) || force_save) { in vfp_lazy_save_state_final()38 uint32_t fpexc = vfp_read_fpexc(); in vfp_lazy_save_state_final() local40 assert(!(fpexc & FPEXC_EN)); in vfp_lazy_save_state_final()41 vfp_write_fpexc(fpexc | FPEXC_EN); in vfp_lazy_save_state_final()44 vfp_write_fpexc(fpexc); in vfp_lazy_save_state_final()63 vfp_write_fpexc(state->fpexc); in vfp_lazy_restore_state()
34 vmsr fpexc, r040 vmrs r0, fpexc
24 void vfp_write_fpexc(uint32_t fpexc);
27 uint32_t fpexc; member
Completed in 4 milliseconds