Searched refs:asig1 (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 1214 &asig0, &asig1); 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() 1223 mul128By64To192(asig0, asig1, extractFloatx80Frac(y), in helper_f2xm1() 1224 &asig0, &asig1, &asig2); in helper_f2xm1() 1232 mul128By64To192(asig0, asig1, in helper_f2xm1() 1234 &asig0, &asig1, &asig2); in helper_f2xm1() 1243 shift128RightJamming(asig0, asig1, bexp - aexp, in helper_f2xm1() 1244 &asig0, &asig1); in helper_f2xm1() [all …]
|