Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c894 #define f2xm1_coeff_0 make_floatx80(0x3ffe, 0xb17217f7d1cf79acULL) macro
1210 aexp = extractFloatx80Exp(f2xm1_coeff_0); in helper_f2xm1()
1211 asign = extractFloatx80Sign(f2xm1_coeff_0); in helper_f2xm1()
1215 bsig0 = extractFloatx80Frac(f2xm1_coeff_0); in helper_f2xm1()