Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1183 bool asign, bsign; in helper_f2xm1() local
1271 bsign = extractFloatx80Sign(f2xm1_table[n].exp2m1); in helper_f2xm1()
1272 if (asign == bsign) { in helper_f2xm1()
1282 asign = bsign; in helper_f2xm1()