Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat-macros.h438 static inline void add128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, in add128() function
525 add128(z0, z1, 0, m1, z0Ptr, z1Ptr); in mul128By64To192()
575 add128( rem0, rem1, b0, b1, &rem0, &rem1 ); in estimateDiv128To64()
/qemu/target/i386/tcg/
H A Dint_helper.c279 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in add128() function
293 add128(plow, phigh, 1, 0); in neg128()
H A Dfpu_helper.c1178 add128(bsig0, bsig1, asig0, asig1, &asig0, &asig1); in helper_f2xm1()
1216 add128(asig0, asig1, bsig0, bsig1, &asig0, &asig1); in helper_f2xm1()
1482 add128(remsig0, remsig1, 0, den_sig, &remsig0, &remsig1); in helper_fpatan()
1671 add128(axsig0, axsig1, low_sig0, low_sig1, in helper_fpatan()
1691 add128(axsig0, axsig1, azsig0, azsig1, in helper_fpatan()
1726 add128(adj_sig0, adj_sig1, axsig0, axsig1, in helper_fpatan()
1975 add128(bsig0, bsig1, asig0, asig1, &asig0, &asig1); in helper_fyl2x_common()
2203 add128(isig, 0, asig0, asig1, &asig0, &asig1); in helper_fyl2x()
/qemu/fpu/
H A Dsoftfloat-parts.c.inc845 add128(rh, rl, rh, rl, &rh, &rl);
863 add128(sh, sl, 0, 1, &d2h, &d2l);
864 add128(d2h, d2l, d1h, d1l, &d2h, &d2l);
865 add128(sh, sl, 0, d1h >> 63, &sh, &sl);
873 add128(sh, sl, 0, 1, &sh, &sl);
1595 add128(a0, a1, a0, a1, &a0, &a1);
/qemu/target/hexagon/imported/
H A Dmacros.def831 (add128(A, B)),