Home
last modified time | relevance | path

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

/linux/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()