Home
last modified time | relevance | path

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

/linux/arch/powerpc/math-emu/
A Dmath_efp.c726 int lo_inexact, hi_inexact; in speround_handler() local
746 hi_inexact = __FPU_FPSCR & (SPEFSCR_FGH | SPEFSCR_FXH); in speround_handler()
747 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler()
857 if (hi_inexact && !s_hi) in speround_handler()
866 if (hi_inexact && s_hi) { in speround_handler()

Completed in 3 milliseconds