Home
last modified time | relevance | path

Searched refs:add128 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm/nwfpe/
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()
/kernel/linux/linux-6.6/arch/arm/nwfpe/
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()

Completed in 17 milliseconds