Searched refs:normalize_no_excep (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/math-emu/ ! |
D | reg_ld_str.c | 39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep() function 138 return normalize_no_excep(loaded_data, DOUBLE_Emin, in FPU_load_double() 181 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single() 236 return normalize_no_excep(st0_ptr, 63, sign); in FPU_load_int64() 265 return normalize_no_excep(loaded_data, 31, negative); in FPU_load_int32() 294 return normalize_no_excep(loaded_data, 15, negative); in FPU_load_int16() 330 return normalize_no_excep(st0_ptr, 63, sign); in FPU_load_bcd()
|