Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1184 int32_t n, aexp, bexp; in helper_f2xm1() local
1259 bexp = extractFloatx80Exp(f2xm1_table[n].exp2m1); in helper_f2xm1()
1262 if (bexp < aexp) { in helper_f2xm1()
1263 shift128RightJamming(bsig0, bsig1, aexp - bexp, in helper_f2xm1()
1265 } else if (aexp < bexp) { in helper_f2xm1()
1266 shift128RightJamming(asig0, asig1, bexp - aexp, in helper_f2xm1()
1268 aexp = bexp; in helper_f2xm1()