HomeSort by relevance Sort by last modified time
    Searched full:i32vec4 (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvec.h 37 class I32vec4;
142 class I32vec4 : public M128
145 I32vec4() { }
146 I32vec4(__m128i mm) : M128(mm) { }
148 I32vec4& operator= (const M128 &a) { return *this = (I32vec4) a; }
150 I32vec4& operator&=(const M128 &a) { return *this = (I32vec4) _mm_and_si128(vec,a); }
151 I32vec4& operator|=(const M128 &a) { return *this = (I32vec4) _mm_or_si128(vec,a);
    [all...]

Completed in 199 milliseconds