Searched refs:float32_to_int32 (Results 1 – 6 of 6) sorted by relevance
/external/qemu/target-i386/ |
D | ops_sse.h | 683 d->XMM_L(0) = float32_to_int32(s->XMM_S(0), &env->sse_status); in helper_cvtps2dq() 684 d->XMM_L(1) = float32_to_int32(s->XMM_S(1), &env->sse_status); in helper_cvtps2dq() 685 d->XMM_L(2) = float32_to_int32(s->XMM_S(2), &env->sse_status); in helper_cvtps2dq() 686 d->XMM_L(3) = float32_to_int32(s->XMM_S(3), &env->sse_status); in helper_cvtps2dq() 698 d->MMX_L(0) = float32_to_int32(s->XMM_S(0), &env->sse_status); in helper_cvtps2pi() 699 d->MMX_L(1) = float32_to_int32(s->XMM_S(1), &env->sse_status); in helper_cvtps2pi() 710 return float32_to_int32(s->XMM_S(0), &env->sse_status); in helper_cvtss2si()
|
/external/qemu/fpu/ |
D | softfloat-native.c | 147 int float32_to_int32( float32 a STATUS_PARAM) in float32_to_int32() function
|
D | softfloat-native.h | 186 int float32_to_int32( float32 STATUS_PARAM);
|
D | softfloat.h | 299 int32 float32_to_int32( float32 STATUS_PARAM );
|
D | softfloat.c | 1366 int32 float32_to_int32( float32 a STATUS_PARAM ) in float32_to_int32() function
|
/external/qemu/target-mips/ |
D | op_helper.c | 2145 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps() 2146 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtpw_ps() 2210 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_cvtw_s() 2273 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_roundw_s() 2369 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_ceilw_s() 2421 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_floorw_s()
|