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

  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 394 x0 = _mm_sub_epi64(_mm_slli_epi64(x0, 4), x0);
395 x1 = _mm_sub_epi64(_mm_slli_epi64(x1, 4), x1);
396 x2 = _mm_sub_epi64(_mm_slli_epi64(x2, 4), x2);
397 x3 = _mm_sub_epi64(_mm_slli_epi64(x3, 4), x3);
aes_ssse3_subr.c 127 m = _mm_sub_epi64(s, one); /* 0 if high bit set else -1 */
aes_sse2_subr.c 301 m = _mm_sub_epi64(s, one); /* 0 if high bit set else -1 */
  /src/sys/crypto/arch/x86/
immintrin.h 341 _mm_sub_epi64(__m128i __x, __m128i __y) function in typeref:typename:_INTRINSATTR __m128i

Completed in 12 milliseconds