Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c916 static const struct f2xm1_data f2xm1_table[65] = { variable
1172 y = floatx80_sub(ST0, f2xm1_table[n].t, &env->fp_status); in helper_f2xm1()
1180 ST0 = f2xm1_table[n].t; in helper_f2xm1()
1233 extractFloatx80Frac(f2xm1_table[n].exp2), in helper_f2xm1()
1235 aexp += extractFloatx80Exp(f2xm1_table[n].exp2) - 0x3ffe; in helper_f2xm1()
1236 bexp = extractFloatx80Exp(f2xm1_table[n].exp2m1); in helper_f2xm1()
1237 bsig0 = extractFloatx80Frac(f2xm1_table[n].exp2m1); in helper_f2xm1()
1248 bsign = extractFloatx80Sign(f2xm1_table[n].exp2m1); in helper_f2xm1()