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.c673 ST0 = floatx80_one; in helper_fld1_ST0()
1308 ST0 = floatx80_one; in helper_fptan()
1818 ST0 = floatx80_div(floatx80_chs(floatx80_one), floatx80_zero, in helper_fxtract()
2180 FloatRelation cmp = floatx80_compare(ST0, floatx80_one, in helper_fyl2x()
2214 if (floatx80_lt(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()
2218 } else if (floatx80_eq(ST0, floatx80_one, &env->fp_status)) { in helper_fyl2x()
2245 floatx80_one, &env->fp_status); in helper_fyl2x()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1119 #define floatx80_one make_floatx80(0x3fff, 0x8000000000000000LL) macro