Searched refs:SPRN_SPEFSCR (Results 1 – 5 of 5) sorted by relevance
283 mfspr r9, SPRN_SPEFSCR286 mtspr SPRN_SPEFSCR, r9395 mfspr r3, SPRN_SPEFSCR398 mtspr SPRN_SPEFSCR, r3
206 __FPU_FPSCR = mfspr(SPRN_SPEFSCR); in do_spe_mathemu()678 mtspr(SPRN_SPEFSCR, __FPU_FPSCR); in do_spe_mathemu()739 __FPU_FPSCR = mfspr(SPRN_SPEFSCR); in speround_handler()
399 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_spe_to_thread()602 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_all_to_thread()1911 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR); in set_fpexc_mode()1954 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR); in get_fpexc_mode()
727 mfspr r12,SPRN_SPEFSCR /* save spefscr register value */767 mtspr SPRN_SPEFSCR,r0 /* restore SPEFSCR reg */
121 #define SPRN_SPEFSCR 0x200 /* SPE & Embedded FP Status & Control */ macro