Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c650 ST0 = floatx80_one; in helper_fld1_ST0()
1285 ST0 = floatx80_one; in helper_fptan()
1793 ST0 = floatx80_div(floatx80_chs(floatx80_one), floatx80_zero, in helper_fxtract()
2154 FloatRelation cmp = floatx80_compare(ST0, floatx80_one, in helper_fyl2x()
2188 if (floatx80_lt(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()
2192 } else if (floatx80_eq(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()
2219 floatx80_one, &env->fp_status); in helper_fyl2x()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1102 #define floatx80_one make_floatx80(0x3fff, 0x8000000000000000LL) macro