/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfp.h | 44 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 D | vfpdouble.c | 342 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 D | vfp.h | 44 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 D | vfpdouble.c | 342 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 D | softfloat.c | 90 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 D | softfloat.c | 90 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 D | softfloat.c | 2230 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 D | softfloat.c | 2230 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()
|