Searched refs:HasSSE2 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcpu.h38 inline bool HasSSE2() {return true;} function
43 inline bool HasSSE2() function
99 inline bool HasSSE2() {return true;}
103 inline bool HasSSE2() {return false;}
H A Dpanama.cpp464 if (B::ToEnum() == LITTLE_ENDIAN_ORDER && HasSSE2())
476 if (B::ToEnum() == LITTLE_ENDIAN_ORDER && HasSSE2())
488 if (B::ToEnum() == LITTLE_ENDIAN_ORDER && HasSSE2())
H A Dsosemanuk.cpp289 if (HasSSE2() && !IsP4()) // Intel compiler produces faster code for this algorithm on the P4
291 if (HasSSE2())
303 if (HasSSE2() && !IsP4()) // Intel compiler produces faster code for this algorithm on the P4
305 if (HasSSE2())
345 if (HasSSE2() && !IsP4()) // Intel compiler produces faster code for this algorithm on the P4
347 if (HasSSE2())
H A Dgcm.cpp116 if (HasSSE2())
162 if (HasSSE2())
226 return HasSSE2() ? 16 : GetBlockCipher().OptimalDataAlignment();
249 + HasSSE2()
H A Dsha.cpp452 X86_SHA256_HashBlocks(m_state, input, (length&(size_t(0)-BLOCKSIZE)) - !HasSSE2());
458 X86_SHA256_HashBlocks(m_state, input, (length&(size_t(0)-BLOCKSIZE)) - !HasSSE2());
493 X86_SHA256_HashBlocks(state, W, BLOCKSIZE - !HasSSE2());
858 if (HasSSE2())
H A Dtiger.cpp36 if (HasSSE2())
H A Dsalsa.cpp59 if (HasSSE2())
69 if (HasSSE2())
122 if (HasSSE2())
H A Drijndael.cpp286 if (HasSSE2())
929 if (HasSSE2())
H A Dvmac.cpp710 if (HasSSE2())
H A Dvalidat1.cpp241 bool hasSSE2 = HasSSE2();
H A Dinteger.cpp1962 if (HasSSE2())

Completed in 78 milliseconds