Home
last modified time | relevance | path

Searched refs:shortShift128Left (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.c746 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in normalizeRoundAndPackFloatx80()
2373 shortShift128Left( 0, zSig, 1, &term0, &term1 ); in float64_sqrt()
2971 shortShift128Left( zSig0, zSig1, 1, &zSig0, &zSig1 ); in floatx80_mul()
3126 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 ); in floatx80_rem()
3136 shortShift128Left( 0, bSig, 64 - expDiff, &term0, &term1 ); in floatx80_rem()
3206 shortShift128Left( aSig0, aSig1, 2, &aSig0, &aSig1 ); in floatx80_sqrt()
3211 shortShift128Left( 0, zSig0, 1, &term0, &term1 ); in floatx80_sqrt()
3215 shortShift128Left( rem0, rem1, 63, &shiftedRem0, &shiftedRem1 ); in floatx80_sqrt()
3220 shortShift128Left( term1, term2, 1, &term1, &term2 ); in floatx80_sqrt()
H A Dsoftfloat-macros289 shortShift128Left(
/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h369 static inline void shortShift128Left(uint64_t a0, uint64_t a1, int count, in shortShift128Left() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c1251 shortShift128Left(a0, a1, 62, &a0, &a1); in frac64_modrem()
1262 shortShift128Left(0, b0, 64 - exp_diff, &t0, &t1); in frac64_modrem()
1287 shortShift128Left(a0, a1, shift, &a0, &a1); in frac64_modrem()
1379 shortShift128Left(a1, a2, shift, &a0, &a1); in frac128_modrem()
5159 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in normalizeRoundAndPackFloatx80()