Searched refs:shortShift128Left (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-macros.h | 369 static inline void shortShift128Left(uint64_t a0, uint64_t a1, int count, in shortShift128Left() function
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 1265 shortShift128Left(a0, a1, 62, &a0, &a1); in frac64_modrem() 1276 shortShift128Left(0, b0, 64 - exp_diff, &t0, &t1); in frac64_modrem() 1301 shortShift128Left(a0, a1, shift, &a0, &a1); in frac64_modrem() 1393 shortShift128Left(a1, a2, shift, &a0, &a1); in frac128_modrem() 5262 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in normalizeRoundAndPackFloatx80()
|