Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c565 long templ = 0; in FPU_store_single() local
602 templ = tmp.sigl; in FPU_store_single()
648 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()
661 templ = 0x7f800000; in FPU_store_single()
670 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()
674 templ = 0; in FPU_store_single()
690 templ = 0x7f800000; in FPU_store_single()
696 templ = st0_ptr->sigh >> 8; in FPU_store_single()
702 templ |= (0x40000000 >> 8); in FPU_store_single()
704 templ |= 0x7f800000; in FPU_store_single()
[all …]