Searched refs:normalize_no_excep (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
H A Dreg_ld_str.c38 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) normalize_no_excep() function
137 return normalize_no_excep(loaded_data, DOUBLE_Emin, FPU_load_double()
180 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) FPU_load_single()
235 return normalize_no_excep(st0_ptr, 63, sign); FPU_load_int64()
264 return normalize_no_excep(loaded_data, 31, negative); FPU_load_int32()
293 return normalize_no_excep(loaded_data, 15, negative); FPU_load_int16()
329 return normalize_no_excep(st0_ptr, 63, sign); FPU_load_bcd()

Completed in 212 milliseconds