Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dops_sse.h631 d->XMM_S(0) = int32_to_float32(s->XMM_L(0), &env->sse_status); in helper_cvtdq2ps()
632 d->XMM_S(1) = int32_to_float32(s->XMM_L(1), &env->sse_status); in helper_cvtdq2ps()
633 d->XMM_S(2) = int32_to_float32(s->XMM_L(2), &env->sse_status); in helper_cvtdq2ps()
634 d->XMM_S(3) = int32_to_float32(s->XMM_L(3), &env->sse_status); in helper_cvtdq2ps()
648 d->XMM_S(0) = int32_to_float32(s->MMX_L(0), &env->sse_status); in helper_cvtpi2ps()
649 d->XMM_S(1) = int32_to_float32(s->MMX_L(1), &env->sse_status); in helper_cvtpi2ps()
660 d->XMM_S(0) = int32_to_float32(val, &env->sse_status); in helper_cvtsi2ss()
1138 d->MMX_S(0) = int32_to_float32(s->MMX_L(0), &env->mmx_status); in helper_pi2fd()
1139 d->MMX_S(1) = int32_to_float32(s->MMX_L(1), &env->mmx_status); in helper_pi2fd()
1144 d->MMX_S(0) = int32_to_float32((int16_t)s->MMX_W(0), &env->mmx_status); in helper_pi2fw()
[all …]
/external/qemu/fpu/
Dsoftfloat-native.c80 float32 int32_to_float32(int v STATUS_PARAM) in int32_to_float32() function
Dsoftfloat-native.h153 float32 int32_to_float32( int STATUS_PARAM);
Dsoftfloat.h249 float32 int32_to_float32( int32 STATUS_PARAM );
Dsoftfloat.c1129 float32 int32_to_float32( int32 a STATUS_PARAM ) in int32_to_float32() function
/external/qemu/target-mips/
Dop_helper.c2133 fst2 = int32_to_float32(dt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtps_pw()
2134 fsth2 = int32_to_float32(dt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtps_pw()
2170 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()