HomeSort by: relevance | last modified time | path
    Searched refs:QH (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_internal.h 358 #define __mul_128x128_full(Qh, Ql, A, B) \
370 __add_128_64((Qh), AHBH, QM2.w[1]); \
832 UINT64 QH, r, mask, C64, remainder_h, CY, carry;
871 __mul_64x128_full (QH, Q_low, coeff,
877 C64 = QH >> amount;
891 remainder_h = remainder_h & QH;
910 remainder_h = QH << (64 - amount);
1179 UINT64 C64, remainder_h, QH, carry, CY;
1214 __mul_64x128_full (QH, Q_low, C128.w[0],
1220 C64 = QH >> amount
    [all...]
bid64_sqrt.c 217 mul_factor2_long = { {0x0ull, 0x0ull} }, QH, Tmp, TP128, Qh, Ql;
239 __mul_128x128_full (Qh, Ql, Tmp, TP128);
241 __shr_128 (Tmp, Qh, amount);
397 __mul_64x64_to_128 (QH, CS.w[0], reciprocals10_64[extra_digits]);
402 CS0 = QH.w[1] >> amount;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_internal.h 358 #define __mul_128x128_full(Qh, Ql, A, B) \
370 __add_128_64((Qh), AHBH, QM2.w[1]); \
832 UINT64 QH, r, mask, C64, remainder_h, CY, carry;
871 __mul_64x128_full (QH, Q_low, coeff,
877 C64 = QH >> amount;
891 remainder_h = remainder_h & QH;
910 remainder_h = QH << (64 - amount);
1179 UINT64 C64, remainder_h, QH, carry, CY;
1214 __mul_64x128_full (QH, Q_low, C128.w[0],
1220 C64 = QH >> amount
    [all...]
bid64_sqrt.c 217 mul_factor2_long = { {0x0ull, 0x0ull} }, QH, Tmp, TP128, Qh, Ql;
239 __mul_128x128_full (Qh, Ql, Tmp, TP128);
241 __shr_128 (Tmp, Qh, amount);
397 __mul_64x64_to_128 (QH, CS.w[0], reciprocals10_64[extra_digits]);
402 CS0 = QH.w[1] >> amount;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
genfusion.pl 95 my $clobbermode = ($lmode =~ /^[QH]I$/) ? "GPR" : $lmode;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
genfusion.pl 95 my $clobbermode = ($lmode =~ /^[QH]I$/) ? "GPR" : $lmode;

Completed in 26 milliseconds