Searched refs:add128 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/vfp/ |
D | vfp.h | 47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() function 132 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
|
D | vfpdouble.c | 342 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt() 1077 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
|
/linux-2.6.39/arch/arm/nwfpe/ |
D | softfloat-macros | 345 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 );
|
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()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ |
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()
|
/linux-2.6.39/arch/m68k/math-emu/ |
D | multi_arith.h | 683 static inline void add128(const int128 a, int128 b) 744 add128(acc128, c); 751 add128(acc128, c); 809 add128(mask, c);
|