Searched defs:__m128i (Results 1 – 2 of 2) sorted by relevance
19 typedef union _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128i union29 } __m128i; typedef44 typedef long long __m128i __attribute__((__vector_size__(16), __aligned__(16))); typedef
67 operator __m128i() const { return vec; } in __m128i() function