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

/external/qemu/target-i386/
H A Dexec.h114 #define int32_to_floatx int32_to_float64
H A Dops_sse.h642 d->XMM_D(0) = int32_to_float64(l0, &env->sse_status);
643 d->XMM_D(1) = int32_to_float64(l1, &env->sse_status);
654 d->XMM_D(0) = int32_to_float64(s->MMX_L(0), &env->sse_status);
655 d->XMM_D(1) = int32_to_float64(s->MMX_L(1), &env->sse_status);
665 d->XMM_D(0) = int32_to_float64(val, &env->sse_status);
/external/qemu/fpu/
H A Dsoftfloat-native.c90 float64 int32_to_float64(int v STATUS_PARAM) function
H A Dsoftfloat-native.h155 float64 int32_to_float64( int STATUS_PARAM);
H A Dsoftfloat.h250 float64 int32_to_float64( int32 STATUS_PARAM );
H A Dsoftfloat.c1146 float64 int32_to_float64( int32 a STATUS_PARAM ) function
/external/qemu/target-mips/
H A Dop_helper.c2166 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status);

Completed in 587 milliseconds