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

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_types.h 94 _mm_storel_pd((double*)pDst, _mm_castps_pd(_mm256_castps256_ps128(src)));
104 __m128i src = _mm_castps_si128(_mm256_castps256_ps128(in));
113 return _mm256_castsi256_ps(_mm256_cvtepu8_epi32(_mm_castps_si128(_mm256_castps256_ps128(in))));
149 _mm_store_ps(reinterpret_cast<float *>(pDst), _mm256_castps256_ps128(_simd16_extract_ps(src, 0)));
154 simd16scalari result = _simd16_cvtepu8_epi32(_mm_castps_si128(_mm256_castps256_ps128(_simd16_extract_ps(in, 0))));
208 _mm_storel_pd((double*)pDst, _mm_castps_pd(_mm256_castps256_ps128(src)));
219 __m128i src = _mm_castps_si128(_mm256_castps256_ps128(in));
228 return _mm256_castsi256_ps(_mm256_cvtepi8_epi32(_mm_castps_si128(_mm256_castps256_ps128(in))));
264 _mm_store_ps(reinterpret_cast<float *>(pDst), _mm256_castps256_ps128(_simd16_extract_ps(src, 0)));
269 simd16scalari result = _simd16_cvtepu8_epi32(_mm_castps_si128(_mm256_castps256_ps128(_simd16_extract_ps(in, 0))))
    [all...]
utils.h 162 vDst[0] = _mm256_castps256_ps128(r02r1xlolo);
163 vDst[1] = _mm256_castps256_ps128(r02r1xlohi);
164 vDst[2] = _mm256_castps256_ps128(r02r1xhilo);
165 vDst[3] = _mm256_castps256_ps128(r02r1xhihi);
186 vDst[0] = _mm256_castps256_ps128(r02r1xlolo);
187 vDst[1] = _mm256_castps256_ps128(r02r1xlohi);
188 vDst[2] = _mm256_castps256_ps128(r02r1xhilo);
189 vDst[3] = _mm256_castps256_ps128(r02r1xhihi);
710 __m128 comp0 = _mm256_castps256_ps128(src);
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 226 // tmp = _mm256_insertf128_ps(tmp, _mm_movehl_ps(_mm256_castps256_ps128(tmp),_mm256_castps256_ps128(tmp)), 1);
232 tmp = _mm256_blend_ps(tmp,_mm256_castps128_ps256(_mm_permute_ps( _mm256_castps256_ps128(tmp), _MM_SHUFFLE(1,0,1,0))), 15);
317 return _mm_cvtss_f32(_mm256_castps256_ps128(a));
398 return predux(Packet4f(_mm_add_ps(_mm256_castps256_ps128(a),_mm256_extractf128_ps(a,1))));
407 return _mm_add_ps(_mm256_castps256_ps128(a),_mm256_extractf128_ps(a,1));
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
avxintrin.h 1124 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
avxintrin.h 1124 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /external/clang/lib/Headers/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h 468 _mm256_castps256_ps128(lane0), _MM_SHUFFLE(1, 0, 1, 0))),
478 _mm256_castps256_ps128(lane1), _MM_SHUFFLE(1, 0, 1, 0))),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
avxintrin.h 4447 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
avxintrin.h 1123 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
avxintrin.h 1123 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
avxintrin.h 2747 _mm256_castps256_ps128(__m256 __a) function
    [all...]
  /external/clang/test/CodeGen/
avx-builtins.c 176 return _mm256_castps256_ps128(A);
    [all...]

Completed in 237 milliseconds

1 2