Searched refs:int64_to_floatx80 (Results 1 – 4 of 4) sorted by relevance
320 WRAP_INT_TO_80(qemu_i64_to_extF80M, int64_to_floatx80, int64_t)
309 env->fpregs[new_fpstt].d = int64_to_floatx80(val, &env->fp_status); in helper_fildll_ST0()831 tmp = int64_to_floatx80(val, &env->fp_status); in helper_fbld_ST0()
182 floatx80 int64_to_floatx80(int64_t, float_status *status);
4044 floatx80 int64_to_floatx80(int64_t a, float_status *status) in int64_to_floatx80() function4054 return int64_to_floatx80(a, status); in int32_to_floatx80()