Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dexec.h115 #define int64_to_floatx int64_to_float64
Dops_sse.h676 d->XMM_D(0) = int64_to_float64(val, &env->sse_status); in helper_cvtsq2sd()
/external/qemu/fpu/
Dsoftfloat-native.c114 float64 int64_to_float64( int64_t v STATUS_PARAM) in int64_to_float64() function
Dsoftfloat-native.h165 float64 int64_to_float64( int64_t STATUS_PARAM);
Dsoftfloat.h261 float64 int64_to_float64( int64 STATUS_PARAM );
Dsoftfloat.c1274 float64 int64_to_float64( int64 a STATUS_PARAM ) in int64_to_float64() function
6033 return int64_to_float64(a STATUS_VAR); in uint32_to_float64()
6149 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR)); in float64_to_uint64()
6160 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR)); in float64_to_uint64_round_to_zero()
/external/qemu/target-arm/
Dhelper.c2953 q = int64_to_float64(q_int, s); in recip_estimate()
2964 return float64_div(int64_to_float64(q_int, s), float64_256, s); in recip_estimate()
3031 q = int64_to_float64(q_int, s); in recip_sqrt_estimate()
3046 q = int64_to_float64(q_int, s); in recip_sqrt_estimate()
3060 return float64_div(int64_to_float64(q_int, s), float64_256, s); in recip_sqrt_estimate()
/external/qemu/target-mips/
Dop_helper.c2098 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()