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

/external/qemu/target-i386/
H A Dexec.h111 #define floatx_to_int64 float64_to_int64
H A Dops_sse.h726 return float64_to_int64(s->XMM_D(0), &env->sse_status);
/external/qemu/fpu/
H A Dsoftfloat-native.c286 int64_t float64_to_int64( float64 a STATUS_PARAM) function
H A Dsoftfloat-native.h308 int64_t float64_to_int64( float64 STATUS_PARAM );
H A Dsoftfloat.h418 int64 float64_to_int64( float64 STATUS_PARAM );
H A Dsoftfloat.c2680 int64 float64_to_int64( float64 a STATUS_PARAM ) function
6095 v = float64_to_int64(a STATUS_VAR);
6151 v = float64_to_int64(make_float64(v) STATUS_VAR);
/external/qemu/target-mips/
H A Dop_helper.c2186 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status);
2313 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status);
2417 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status);
2473 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status);

Completed in 133 milliseconds