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

  /src/external/gpl3/gcc/dist/gcc/config/ft32/
ft32.cc 314 int lobit, hibit; local
322 for (hibit = 31; hibit >= 0; hibit--)
323 if (x & (1 << hibit))
326 int width = 1 + hibit - lobit;
  /src/external/gpl3/gcc.old/dist/gcc/config/ft32/
ft32.cc 314 int lobit, hibit; local
322 for (hibit = 31; hibit >= 0; hibit--)
323 if (x & (1 << hibit))
326 int width = 1 + hibit - lobit;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna32.h 59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */ local
89 h4 += (LOAD32_LE(m + 12) >> 8) | hibit;
poly1305_donna64.h 65 const unsigned long long hibit = local
93 h2 += (((t1 >> 24)) & 0x3ffffffffff) | hibit;
  /src/sys/arch/hppa/spmath/
divu.S 73 comib,>,n 0,dvr,hibit ; check for dvr >= 2**31
159 hibit: ldo 32(0),tp ; initialize loop counter label
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
xmmintrin.h 1655 __m64 hibit = 0x8080808080808080UL; local
1660 mask = _mm_cmpeq_pi8 ((__N & hibit), hibit);
emmintrin.h 2134 __v2du hibit = { 0x7f7f7f7f7f7f7f7fUL, 0x7f7f7f7f7f7f7f7fUL}; local
2139 mask = (__v16qu)vec_cmpgt ((__v16qu)__B, (__v16qu)hibit);
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
code.c 1077 int hibit = lowmax + Lmax;
1081 if (i == hibit)

Completed in 24 milliseconds