Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/arm/vfp/
H A Dvfp.h44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() function
129 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
H A Dvfpdouble.c342 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt()
1079 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros345 add128(
505 add128( z0, more1, 0, z1, &z0, &z1 );
537 add128( z1, more2, 0, z2, &z1, &z2 );
539 add128( z0, more1, 0, z1, &z0, &z1 );
541 add128( more1, more2, 0, z2, &more1, &z2 );
542 add128( z0, z1, 0, more1, &z0, &z1 );
579 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
H A Dsoftfloat.c2230 add128( rem0, rem1, 0, bSig, &rem0, &rem1 ); in float64_div()
2375 add128( rem0, rem1, term0, term1, &rem0, &rem1 ); in float64_sqrt()
3044 add128( rem0, rem1, 0, bSig, &rem0, &rem1 ); in floatx80_div()
3052 add128( rem1, rem2, 0, bSig, &rem1, &rem2 ); in floatx80_div()
3213 add128( rem0, rem1, term0, term1, &rem0, &rem1 ); in floatx80_sqrt()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c90 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128() function
673 add128(rem0, rem1, b0, b1, &rem0, &rem1); in estimateDiv128To64()
766 add128(rem0, rem1, 0, bSig, &rem0, &rem1); in float64_div()
/openbmc/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.c1218 add128(bsig0, bsig1, asig0, asig1, &asig0, &asig1); in helper_f2xm1()
1256 add128(asig0, asig1, bsig0, bsig1, &asig0, &asig1); in helper_f2xm1()
1522 add128(remsig0, remsig1, 0, den_sig, &remsig0, &remsig1); in helper_fpatan()
1711 add128(axsig0, axsig1, low_sig0, low_sig1, in helper_fpatan()
1731 add128(axsig0, axsig1, azsig0, azsig1, in helper_fpatan()
1766 add128(adj_sig0, adj_sig1, axsig0, axsig1, in helper_fpatan()
2015 add128(bsig0, bsig1, asig0, asig1, &asig0, &asig1); in helper_fyl2x_common()
2243 add128(isig, 0, asig0, asig1, &asig0, &asig1); in helper_fyl2x()
/openbmc/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);
1593 add128(a0, a1, a0, a1, &a0, &a1);
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def831 (add128(A, B)),