23 #ifndef _WMMINTRIN_AES_H 24 #define _WMMINTRIN_AES_H 29 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("aes"))) 48 return (__m128i)__builtin_ia32_aesenc128((__v2di)__V, (__v2di)__R);
68 return (__m128i)__builtin_ia32_aesenclast128((__v2di)__V, (__v2di)__R);
88 return (__m128i)__builtin_ia32_aesdec128((__v2di)__V, (__v2di)__R);
108 return (__m128i)__builtin_ia32_aesdeclast128((__v2di)__V, (__v2di)__R);
125 return (__m128i)__builtin_ia32_aesimc128((__v2di)__V);
146 #define _mm_aeskeygenassist_si128(C, R) \ 147 (__m128i)__builtin_ia32_aeskeygenassist128((__v2di)(__m128i)(C), (int)(R)) 149 #undef __DEFAULT_FN_ATTRS static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_aesenclast_si128(__m128i __V, __m128i __R)
Performs the final round of AES encryption using the Equivalent Inverse Cipher, transforming the stat...
static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_aesimc_si128(__m128i __V)
Applies the AES InvMixColumns() transformation to an expanded key contained in the source operand...
#define __DEFAULT_FN_ATTRS
static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_aesenc_si128(__m128i __V, __m128i __R)
Performs a single round of AES encryption using the Equivalent Inverse Cipher, transforming the state...
static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_aesdeclast_si128(__m128i __V, __m128i __R)
Performs the final round of AES decryption using the Equivalent Inverse Cipher, transforming the stat...
static __inline__ __m128i __DEFAULT_FN_ATTRS _mm_aesdec_si128(__m128i __V, __m128i __R)
Performs a single round of AES decryption using the Equivalent Inverse Cipher, transforming the state...