Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
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.wp[1]); in speround_handler()
825 if (!s_lo) fgpr.wp[1]++; /* Z > 0, choose Z1 */ in speround_handler()
829 fgpr.wp[1]++; /* Z < 0, choose Z2 */ in speround_handler()
[all …]