Searched refs:bsig1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1162 uint64_t asig0, asig1, asig2, bsig0, bsig1; in helper_f2xm1() local 1216 bsig1 = 0; in helper_f2xm1() 1218 add128(bsig0, bsig1, asig0, asig1, &asig0, &asig1); in helper_f2xm1() 1220 sub128(bsig0, bsig1, asig0, asig1, &asig0, &asig1); in helper_f2xm1() 1238 bsig1 = 0; in helper_f2xm1() 1240 shift128RightJamming(bsig0, bsig1, aexp - bexp, in helper_f2xm1() 1241 &bsig0, &bsig1); in helper_f2xm1() 1253 shift128RightJamming(bsig0, bsig1, 1, in helper_f2xm1() 1254 &bsig0, &bsig1); in helper_f2xm1() 1256 add128(asig0, asig1, bsig0, bsig1, &asig0, &asig1); in helper_f2xm1() [all …]
|