Home
last modified time | relevance | path

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

/arch/powerpc/math-emu/
Dmath_efp.c730 int lo_inexact, hi_inexact; in speround_handler() local
749 lo_inexact = __FPU_FPSCR & (SPEFSCR_FG | SPEFSCR_FX); in speround_handler()
751 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler()
859 if (lo_inexact && !s_lo) in speround_handler()
864 if (lo_inexact && s_lo) { in speround_handler()