Home
last modified time | relevance | path

Searched refs:fgpr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath_efp.c725 union dw_union fgpr; in speround_handler() local
754 fgpr.wp[0] = current->thread.evr[fc]; in speround_handler()
755 fgpr.wp[1] = regs->gpr[fc]; in speround_handler()
788 if (fgpr.wp[1] == 0) in speround_handler()
796 if (fgpr.wp[1] == 0) in speround_handler()
798 if (fgpr.wp[0] == 0) in speround_handler()
807 if (fgpr.wp[1] == 0) in speround_handler()
816 pr_debug("round fgpr: %08x %08x\n", fgpr.wp[0], fgpr in speround_handler()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmath_efp.c728 union dw_union fgpr; in speround_handler() local
757 fgpr.wp[0] = current->thread.evr[fc]; in speround_handler()
758 fgpr.wp[1] = regs->gpr[fc]; in speround_handler()
791 if (fgpr.wp[1] == 0) in speround_handler()
799 if (fgpr.wp[1] == 0) in speround_handler()
801 if (fgpr.wp[0] == 0) in speround_handler()
810 if (fgpr.wp[1] == 0) in speround_handler()
819 pr_debug("round fgpr: %08x %08x\n", fgpr.wp[0], fgpr in speround_handler()
[all...]

Completed in 3 milliseconds