_mm_shuffle_epi8

Undocumented in source. Be warned that the author may not have intended to support it.
  1. __m128i _mm_shuffle_epi8(__m128i a, __m128i b)
    version(GDC)
    static if(BOTAN_HAS_AES_SSSE3 && BOTAN_HAS_SIMD_SSE2)
    @inline
    __m128i
    _mm_shuffle_epi8
    ()
    (
    auto ref __m128i a
    ,
    auto const ref __m128i b
    )
  2. __m128i _mm_shuffle_epi8(__m128i a, __m128i b)
  3. __m128i _mm_shuffle_epi8(__m128i a, __m128i b)

Meta