HomeSort by: relevance | last modified time | path
    Searched defs:rot8 (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/crypto/chacha/arch/arm/
chacha_neon_32.S 52 * <<< 8 TBL (general permutation; rot8 below stored in r)
99 vld1.8 {\c0l}, [r7, :64] /* load rot8 table */
576 .type rot8,%object
577 rot8: label
579 END(rot8)
chacha_neon_32.S 52 * <<< 8 TBL (general permutation; rot8 below stored in r)
99 vld1.8 {\c0l}, [r7, :64] /* load rot8 table */
576 .type rot8,%object
577 rot8: label
579 END(rot8)
chacha_neon_32.S 52 * <<< 8 TBL (general permutation; rot8 below stored in r)
99 vld1.8 {\c0l}, [r7, :64] /* load rot8 table */
576 .type rot8,%object
577 rot8: label
579 END(rot8)
chacha_neon_64.S 80 * <<< 8 TBL (general permutation; rot8 below stored in r)
164 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
303 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
476 .type rot8,@object
477 rot8: label
479 END(rot8)
chacha_neon_64.S 80 * <<< 8 TBL (general permutation; rot8 below stored in r)
164 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
303 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
476 .type rot8,@object
477 rot8: label
479 END(rot8)
chacha_neon_64.S 80 * <<< 8 TBL (general permutation; rot8 below stored in r)
164 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
303 ld1 {v26.4s-v27.4s}, [x9] /* v26 := v0123, v27 := rot8 */
476 .type rot8,@object
477 rot8: label
479 END(rot8)
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
u0.h 6 const __m128i rot8 = variable in typeref:typename:const __m128i
33 x_3 = _mm_shuffle_epi8(x_3, rot8);
60 x_3 = _mm_shuffle_epi8(x_3, rot8);
u1.h 6 const __m128i rot8 = variable in typeref:typename:const __m128i
34 x_3 = _mm_shuffle_epi8(x_3, rot8);
61 x_3 = _mm_shuffle_epi8(x_3, rot8);
u0.h 6 const __m128i rot8 = variable in typeref:typename:const __m128i
33 x_3 = _mm_shuffle_epi8(x_3, rot8);
60 x_3 = _mm_shuffle_epi8(x_3, rot8);
u1.h 6 const __m128i rot8 = variable in typeref:typename:const __m128i
34 x_3 = _mm_shuffle_epi8(x_3, rot8);
61 x_3 = _mm_shuffle_epi8(x_3, rot8);
u0.h 6 const __m128i rot8 = variable in typeref:typename:const __m128i
33 x_3 = _mm_shuffle_epi8(x_3, rot8);
60 x_3 = _mm_shuffle_epi8(x_3, rot8);
u1.h 6 const __m128i rot8 = variable in typeref:typename:const __m128i
34 x_3 = _mm_shuffle_epi8(x_3, rot8);
61 x_3 = _mm_shuffle_epi8(x_3, rot8);
u4.h 16 x_##D = _mm_shuffle_epi8(t_##A, rot8); \
27 __m128i rot8 = variable in typeref:typename:__m128i
u4.h 16 x_##D = _mm_shuffle_epi8(t_##A, rot8); \
27 __m128i rot8 = variable in typeref:typename:__m128i
u4.h 16 x_##D = _mm_shuffle_epi8(t_##A, rot8); \
27 __m128i rot8 = variable in typeref:typename:__m128i
u8.h 31 x_##D = _mm256_shuffle_epi8(t_##A, rot8); \
47 x_##D = _mm256_shuffle_epi8(t_##A, rot8); \
62 x_##D = _mm256_shuffle_epi8(_mm256_xor_si256(x_##D, x_##A), rot8)
134 __m256i rot8 = variable in typeref:typename:__m256i
u8.h 31 x_##D = _mm256_shuffle_epi8(t_##A, rot8); \
47 x_##D = _mm256_shuffle_epi8(t_##A, rot8); \
62 x_##D = _mm256_shuffle_epi8(_mm256_xor_si256(x_##D, x_##A), rot8)
134 __m256i rot8 = variable in typeref:typename:__m256i
u8.h 31 x_##D = _mm256_shuffle_epi8(t_##A, rot8); \
47 x_##D = _mm256_shuffle_epi8(t_##A, rot8); \
62 x_##D = _mm256_shuffle_epi8(_mm256_xor_si256(x_##D, x_##A), rot8)
134 __m256i rot8 = variable in typeref:typename:__m256i

Completed in 36 milliseconds