Searched refs:_mm256_castps_si256 (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.h | 328 return _mm256_castsi256_ps(_mm256_permute4x64_epi64(_mm256_castps_si256(from), 331 auto tmp1 = _mm256_extract_epi32(_mm256_castps_si256(from), 2); 332 auto tmp2 = _mm256_extract_epi32(_mm256_castps_si256(from), 3); 333 auto tmp3 = _mm256_extract_epi32(_mm256_castps_si256(from), 4); 334 auto tmp4 = _mm256_extract_epi32(_mm256_castps_si256(from), 5); 335 auto tmp5 = _mm256_insert_epi32(_mm256_castps_si256(from), tmp1, 4); 384 __m256i tmp = _mm256_castps_si256(from); in pexpand_bf16_l() 404 __m256i tmp = _mm256_castps_si256(from); in pexpand_bf16_u()
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | MathFunctions.h | 35 return _mm256_cvtepi32_ps(_mm256_srli_epi32(_mm256_castps_si256(v), n)); in pshiftright() 37 __m128i lo = _mm_srli_epi32(_mm256_extractf128_si256(_mm256_castps_si256(v), 0), n); in pshiftright() 38 __m128i hi = _mm_srli_epi32(_mm256_extractf128_si256(_mm256_castps_si256(v), 1), n); in pshiftright() 74 …Packet8i shift_isodd = _mm256_castps_si256(_mm256_and_ps(_mm256_castsi256_ps(shift_ints), _mm256_c…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdintrin.h | 146 return _mm256_castps_si256(_simdemu_permute_ps(_mm256_castsi256_ps(a), b)); in _simdemu_permute_epi32() 276 #define _simd_castps_si _mm256_castps_si256 326 #define _simd_unpacklo_epi32(a, b) _mm256_castps_si256(_mm256_unpacklo_ps(_mm256_castsi256_ps(a), _… in SIMD_EMU_EPI() 327 #define _simd_unpackhi_epi32(a, b) _mm256_castps_si256(_mm256_unpackhi_ps(_mm256_castsi256_ps(a), _… in SIMD_EMU_EPI() 334 #define _simd_srlisi_ps(a,i) _mm256_castsi256_ps(_simdemu_srli_si128<i>(_mm256_castps_si256(a))) in SIMD_EMU_EPI() 544 #define _simd_castps_si _mm256_castps_si256 559 #define _simd_srlisi_ps(a,i) _mm256_castsi256_ps(_simdemu_srli_si128<i>(_mm256_castps_si256(a))) 607 #define _simd_shuffle_epi32(a, b, imm8) _mm256_castps_si256(_mm256_shuffle_ps(_mm256_castsi256_ps(a… 608 #define _simd_shuffle_epi64(a, b, imm8) _mm256_castps_si256(_mm256_shuffle_pd(_mm256_castsi256_pd(a…
|
D | simd16intrin.h | 361 …result.lo = _mm256_castps_si256(_mm256_blendv_ps(_mm256_castsi256_ps(a.lo), _mm256_castsi256_ps(b.… in SIMD16_EMU_AVX512_3() 362 …result.hi = _mm256_castps_si256(_mm256_blendv_ps(_mm256_castsi256_ps(a.hi), _mm256_castsi256_ps(b.… in SIMD16_EMU_AVX512_3() 371 …result.lo = _mm256_castps_si256(_mm256_blendv_ps(_mm256_castsi256_ps(a.lo), _mm256_castsi256_ps(b.… in _simd16_blendv_epi32() 372 …result.hi = _mm256_castps_si256(_mm256_blendv_ps(_mm256_castsi256_ps(a.hi), _mm256_castsi256_ps(b.… in _simd16_blendv_epi32()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend.h | 176 …sampleCoverage[0] = _mm256_castps_si256(_simd_mask_i32gather_ps(_mm256_castsi256_ps(src), (const f… in generateInputCoverage() 180 …sampleCoverage[1] = _mm256_castps_si256(_simd_mask_i32gather_ps(_mm256_castsi256_ps(src), (const f… in generateInputCoverage() 226 …packedCoverage0 = _mm256_castps_si256(_mm256_blend_ps(_mm256_castsi256_ps(packedCoverage0), shufRe… in generateInputCoverage() 235 …packedCoverage1 = _mm256_castps_si256(_mm256_castpd_ps(_mm256_shuffle_pd(_mm256_castps_pd(shufRes)… in generateInputCoverage() 236 …packedSampleCoverage = _mm256_castps_si256(_mm256_blend_ps(_mm256_castsi256_ps(packedCoverage0), _… in generateInputCoverage()
|
/external/clang/test/CodeGen/ |
D | avx-builtins.c | 164 return _mm256_castps_si256(A); in test_mm256_castps_si256()
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 2723 _mm256_castps_si256(__m256 __a) in _mm256_castps_si256() function
|