Home
last modified time | relevance | path

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

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