Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c727 int lo_inexact, hi_inexact; in speround_handler() local
746 lo_inexact = __FPU_FPSCR & (SPEFSCR_FG | SPEFSCR_FX); in speround_handler()
748 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler()
856 if (lo_inexact && !s_lo) in speround_handler()
861 if (lo_inexact && s_lo) { in speround_handler()