Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath_efp.c727 int lo_inexact, hi_inexact; in speround_handler() local
747 hi_inexact = __FPU_FPSCR & (SPEFSCR_FGH | SPEFSCR_FXH); in speround_handler()
748 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler()
858 if (hi_inexact && !s_hi) in speround_handler()
867 if (hi_inexact && s_hi) { in speround_handler()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmath_efp.c730 int lo_inexact, hi_inexact; in speround_handler() local
750 hi_inexact = __FPU_FPSCR & (SPEFSCR_FGH | SPEFSCR_FXH); in speround_handler()
751 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler()
861 if (hi_inexact && !s_hi) in speround_handler()
870 if (hi_inexact && s_hi) { in speround_handler()

Completed in 3 milliseconds