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

  /src/sys/crypto/arch/x86/
immintrin_ext.h 41 return ((const struct { __m128i_u __v; } _PACKALIAS *)__p)->__v;
52 ((struct { __m128i_u __v; } _PACKALIAS *)__p)->__v = __v;
immintrin.h 87 #define _PACKALIAS \
129 return ((const struct { __m128i_u __v; } _PACKALIAS *)__p)->__v;
140 int32_t __v = ((const struct { int32_t __v; } _PACKALIAS *)__p)->__v;
152 int64_t __v = ((const struct { int64_t __v; } _PACKALIAS *)__p)->__v;
306 ((struct { __m128i_u __v; } _PACKALIAS *)__p)->__v = __v;
317 ((struct { int32_t __v; } _PACKALIAS *)__p)->__v = ((__v4si)__v)[0];
328 ((struct { int64_t __v; } _PACKALIAS *)__p)->__v = ((__v2di)__v)[0];

Completed in 100 milliseconds