Searched defs:I128vec1 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddvec.h41 class I128vec1;
82 class I128vec1 : public M128 class in inherits:M128
85 I128vec1() { } function in class:I128vec1
86 I128vec1(__m128i mm) : M128(mm) { } function in class:I128vec1
88 I128vec1& operator= (const M128 &a) { return *this = (I128vec1) a; }
89 I128vec1& operator&=(const M128 &a) { return *this = (I128vec1) _mm_and_si128(vec,a); }
90 I128vec1& operator|=(const M128 &a) { return *this = (I128vec1) _mm_or_si12
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddvec.h41 class I128vec1;
82 class I128vec1 : public M128 class in inherits:M128
85 I128vec1() { } function in class:I128vec1
86 I128vec1(__m128i mm) : M128(mm) { } function in class:I128vec1
88 I128vec1& operator= (const M128 &a) { return *this = (I128vec1) a; }
89 I128vec1& operator&=(const M128 &a) { return *this = (I128vec1) _mm_and_si128(vec,a); }
90 I128vec1& operator|=(const M128 &a) { return *this = (I128vec1) _mm_or_si12
[all...]

Completed in 63 milliseconds