HomeSort by relevance Sort by last modified time
    Searched refs:_mm256_unpacklo_ps (Results 1 - 25 of 47) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 254 simdscalar tmp0 = _mm256_unpacklo_ps(a.x, a.z);
255 simdscalar tmp1 = _mm256_unpacklo_ps(a.y, a.w);
256 return _mm256_extractf128_ps(_mm256_unpacklo_ps(tmp0, tmp1), 0);
261 simdscalar tmp0 = _mm256_unpacklo_ps(a.x, a.z);
262 simdscalar tmp1 = _mm256_unpacklo_ps(a.y, a.w);
270 return _mm256_extractf128_ps(_mm256_unpacklo_ps(tmp0, tmp1), 0);
282 simdscalar tmp0 = _mm256_unpacklo_ps(a.x, a.z);
283 simdscalar tmp1 = _mm256_unpacklo_ps(a.y, a.w);
284 return _mm256_extractf128_ps(_mm256_unpacklo_ps(tmp0, tmp1), 1);
290 simdscalar tmp0 = _mm256_unpacklo_ps(a.x, a.z)
    [all...]
utils.h 152 __m256 r0r2 = _mm256_unpacklo_ps(vSrc0, vSrc2); //x0z0x1z1 x4z4x5z5
153 __m256 r1rx = _mm256_unpacklo_ps(vSrc1, _mm256_undefined_ps()); //y0w0y1w1 y4w4y5w5
154 __m256 r02r1xlolo = _mm256_unpacklo_ps(r0r2, r1rx); //x0y0z0w0 x4y4z4w4
159 __m256 r02r1xhilo = _mm256_unpacklo_ps(r0r2, r1rx); //x2y2z2w2 x6y6z6w6
176 __m256 r0r2 = _mm256_unpacklo_ps(vSrc0, vSrc2); //x0z0x1z1 x4z4x5z5
177 __m256 r1rx = _mm256_unpacklo_ps(vSrc1, vSrc3); //y0w0y1w1 y4w4y5w5
178 __m256 r02r1xlolo = _mm256_unpacklo_ps(r0r2, r1rx); //x0y0z0w0 x4y4z4w4
183 __m256 r02r1xhilo = _mm256_unpacklo_ps(r0r2, r1rx); //x2y2z2w2 x6y6z6w6
223 __m256 __t0 = _mm256_unpacklo_ps(vMask0, vMask1);
225 __m256 __t2 = _mm256_unpacklo_ps(vMask2, vMask3)
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 227 // return _mm256_unpacklo_ps(tmp,tmp);
539 __m256 T0 = _mm256_unpacklo_ps(kernel.packet[0], kernel.packet[1]);
541 __m256 T2 = _mm256_unpacklo_ps(kernel.packet[2], kernel.packet[3]);
543 __m256 T4 = _mm256_unpacklo_ps(kernel.packet[4], kernel.packet[5]);
545 __m256 T6 = _mm256_unpacklo_ps(kernel.packet[6], kernel.packet[7]);
567 __m256 T0 = _mm256_unpacklo_ps(kernel.packet[0], kernel.packet[1]);
569 __m256 T2 = _mm256_unpacklo_ps(kernel.packet[2], kernel.packet[3]);
  /external/skia/src/jumper/
SkJumper_vectors.h 451 F rg0145 = _mm256_unpacklo_ps(_04,_15), // r0 r1 g0 g1 | r4 r5 g4 g5
453 rg2367 = _mm256_unpacklo_ps(_26,_37),
462 F rg0145 = _mm256_unpacklo_ps(r, g), // r0 g0 r1 g1 | r4 g4 r5 g5
464 ba0145 = _mm256_unpacklo_ps(b, a), // b0 a0 b1 a1 | b4 a4 b5 a5
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 326 #define _simd_unpacklo_epi32(a, b) _mm256_castps_si256(_mm256_unpacklo_ps(_mm256_castsi256_ps(a), _mm256_castsi256_ps(b)))
592 #define _simd_unpacklo_ps _mm256_unpacklo_ps
    [all...]
  /external/clang/test/CodeGen/
avx-builtins.c     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
avxintrin.h 579 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
avxintrin.h 579 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /external/clang/lib/Headers/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
avxintrin.h 2193 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
avxintrin.h 2530 _mm256_unpacklo_ps(__m256 __a, __m256 __b) function
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avxintrin.h 1063 _mm256_unpacklo_ps (__m256 __A, __m256 __B) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
avxintrin.h 1054 _mm256_unpacklo_ps (__m256 __A, __m256 __B) function
    [all...]

Completed in 1555 milliseconds

1 2