Home
last modified time | relevance | path

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

/arch/x86/math-emu/
A Dreg_ld_str.c566 long templ = 0; in FPU_store_single() local
603 templ = tmp.sigl; in FPU_store_single()
649 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()
662 templ = 0x7f800000; in FPU_store_single()
675 templ = 0; in FPU_store_single()
691 templ = 0x7f800000; in FPU_store_single()
697 templ = st0_ptr->sigh >> 8; in FPU_store_single()
703 templ |= (0x40000000 >> 8); in FPU_store_single()
705 templ |= 0x7f800000; in FPU_store_single()
711 templ = 0xffc00000; in FPU_store_single()
[all …]
/arch/powerpc/platforms/powernv/
A Docxl.c313 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) in set_templ_rate() argument
317 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate()
318 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate()
319 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()

Completed in 8 milliseconds