Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c33 #define FT0 (env->ft0) macro
250 FT0 = float32_to_floatx80(u.f, &env->fp_status); in helper_flds_FT0()
263 FT0 = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_FT0()
269 FT0 = int32_to_floatx80(val, &env->fp_status); in helper_fildl_FT0()
497 ST0 = FT0; in helper_fmov_ST0_FT0()
502 FT0 = ST(st_index); in helper_fmov_FT0_STN()
533 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcom_ST0_FT0()
543 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucom_ST0_FT0()
556 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcomi_ST0_FT0()
569 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucomi_ST0_FT0()
[all …]