Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat-native.c155 int64_t float32_to_int64( float32 a STATUS_PARAM) in float32_to_int64() function
Dsoftfloat-native.h190 int64_t float32_to_int64( float32 STATUS_PARAM);
Dsoftfloat.h303 int64 float32_to_int64( float32 STATUS_PARAM );
Dsoftfloat.c1489 int64 float32_to_int64( float32 a STATUS_PARAM ) in float32_to_int64() function
6041 v = float32_to_int64(a STATUS_VAR); in float32_to_uint32()
/external/qemu/target-mips/
Dop_helper.c2120 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvtl_s()
2247 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_roundl_s()
2343 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_ceill_s()
2395 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_floorl_s()
/external/qemu/target-i386/
Dops_sse.h721 return float32_to_int64(s->XMM_S(0), &env->sse_status); in helper_cvtss2sq()