HomeSort by relevance Sort by last modified time
    Searched refs:M64 (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ivec.h 33 class M64
38 M64() {}
39 M64(__m64 mm) { vec = mm; }
40 M64(__int64 mm) { _MM_QW = mm; }
41 M64(int i) { vec = _m_from_int(i); }
45 M64& operator&=(const M64 &a) { return *this = (M64) _m_pand(vec,a); }
46 M64& operator|=(const M64 &a) { return *this = (M64) _m_por(vec,a);
    [all...]
fvec.h 145 inline void store_nta(__m64 *p,M64 &a) { _mm_stream_pi(p,a); }
dvec.h 56 static const __m128i mask128 = _mm_set1_epi64(M64((__int64)0xffffffffffffffffll));
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 381 milliseconds