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
227 FT0 = float32_to_floatx80(u.f, &env->fp_status); in helper_flds_FT0()
240 FT0 = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_FT0()
246 FT0 = int32_to_floatx80(val, &env->fp_status); in helper_fildl_FT0()
474 ST0 = FT0; in helper_fmov_ST0_FT0()
479 FT0 = ST(st_index); in helper_fmov_FT0_STN()
510 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcom_ST0_FT0()
520 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucom_ST0_FT0()
533 ret = floatx80_compare(ST0, FT0, &env->fp_status); in helper_fcomi_ST0_FT0()
546 ret = floatx80_compare_quiet(ST0, FT0, &env->fp_status); in helper_fucomi_ST0_FT0()
[all …]