Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1903 #define fyl2x_coeff_0 make_floatx80(0x4000, 0xb8aa3b295c17f0bcULL) macro
2007 aexp = extractFloatx80Exp(fyl2x_coeff_0); in helper_fyl2x_common()
2008 asign = extractFloatx80Sign(fyl2x_coeff_0); in helper_fyl2x_common()
2012 bsig0 = extractFloatx80Frac(fyl2x_coeff_0); in helper_fyl2x_common()