Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dfpu_helper.c508 ST0 = floatx80_add(ST0, FT0, &env->fp_status); in helper_fadd_ST0_FT0()
515 ST0 = floatx80_mul(ST0, FT0, &env->fp_status); in helper_fmul_ST0_FT0()
522 ST0 = floatx80_sub(ST0, FT0, &env->fp_status); in helper_fsub_ST0_FT0()
529 ST0 = floatx80_sub(FT0, ST0, &env->fp_status); in helper_fsubr_ST0_FT0()
535 ST0 = helper_fdiv(env, ST0, FT0); in helper_fdiv_ST0_FT0()
540 ST0 = helper_fdiv(env, FT0, ST0); in helper_fdivr_ST0_FT0()
592 ST0 = floatx80_chs(ST0); in helper_fchs_ST0()
597 ST0 = floatx80_abs(ST0); in helper_fabs_ST0()
2227 ST0 = floatx80_sqrt(ST0, &env->fp_status); in helper_fsqrt()
2276 ST0 = (floatx80_is_neg(ST0) ? in helper_fscale()
[all …]