Searched refs:ST0 (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/i386/tcg/ |
| H A D | fpu_helper.c | 34 #define ST0 (env->fpregs[env->fpstt].d) macro 347 u.f = floatx80_to_float32(ST0, &env->fp_status); in helper_fsts_ST0() 360 u.f = floatx80_to_float64(ST0, &env->fp_status); in helper_fstl_ST0() 370 val = floatx80_to_int32(ST0, &env->fp_status); in helper_fist_ST0() 384 val = floatx80_to_int32(ST0, &env->fp_status); in helper_fistl_ST0() 397 val = floatx80_to_int64(ST0, &env->fp_status); in helper_fistll_ST0() 410 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fistt_ST0() 424 val = floatx80_to_int32_round_to_zero(ST0, &env->fp_status); in helper_fisttl_ST0() 437 val = floatx80_to_int64_round_to_zero(ST0, &env->fp_status); in helper_fisttll_ST0() 463 do_fstt(&ac, ptr, ST0); in helper_fstt_ST0() [all …]
|