Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/math-emu/
Dreg_ld_str.c36 #define SINGLE_Ebias 127 macro
174 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias; in FPU_load_single()
671 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()