Searched refs:_mm512_shuffle_f32x4 (Results 1 – 7 of 7) sorted by relevance
/external/ruy/ruy/ |
D | pack_avx512.cc | 558 r0 = _mm512_shuffle_f32x4(t0, t1, 0x88); 559 r1 = _mm512_shuffle_f32x4(t0, t1, 0xdd); 560 r2 = _mm512_shuffle_f32x4(t2, t3, 0x88); 561 r3 = _mm512_shuffle_f32x4(t2, t3, 0xdd); 593 r0 = _mm512_shuffle_f32x4(t0, t1, 0x88); 594 r1 = _mm512_shuffle_f32x4(t0, t1, 0xdd); 595 r2 = _mm512_shuffle_f32x4(t2, t3, 0x88); 596 r3 = _mm512_shuffle_f32x4(t2, t3, 0xdd);
|
D | kernel_avx512.cc | 986 __m512 rhs0_3 = _mm512_shuffle_f32x4(rhs, rhs, 0); // [0 1 2 3] X 4 988 _mm512_shuffle_f32x4(rhs, rhs, 0x55); // [4 5 6 7] X 4 1022 __m512 rhs0_3 = _mm512_shuffle_f32x4(rhs, rhs, 0); // [0 1 2 3] X 4 1024 _mm512_shuffle_f32x4(rhs, rhs, 0x55); // [4 5 6 7] X 4 1126 __m512 rhs0_3 = _mm512_shuffle_f32x4(rhs, rhs, 0); // [0 1 2 3] X 4 1128 _mm512_shuffle_f32x4(rhs, rhs, 0x55); // [4 5 6 7] X 4 1162 __m512 rhs0_3 = _mm512_shuffle_f32x4(rhs, rhs, 0); // [0 1 2 3] X 4 1164 _mm512_shuffle_f32x4(rhs, rhs, 0x55); // [4 5 6 7] X 4 1279 __m512 rhs0_3 = _mm512_shuffle_f32x4(rhs, rhs, 0); // [0 1 2 3] X 4 1281 _mm512_shuffle_f32x4(rhs, rhs, 0x55); // [4 5 6 7] X 4 [all …]
|
/external/XNNPACK/src/f32-rmax/ |
D | avx512f.c | 44 …mm256_max_ps(_mm512_castps512_ps256(vmax), _mm512_castps512_ps256(_mm512_shuffle_f32x4(vmax, vmax,… in xnn_f32_rmax_ukernel__avx512f()
|
/external/llvm-project/clang/lib/Headers/ |
D | avx512fintrin.h | 6644 #define _mm512_shuffle_f32x4(A, B, imm) \ macro 6650 (__v16sf)_mm512_shuffle_f32x4((A), (B), (imm)), \ 6655 (__v16sf)_mm512_shuffle_f32x4((A), (B), (imm)), \
|
/external/clang/test/CodeGen/ |
D | avx512f-builtins.c | 4172 return _mm512_shuffle_f32x4(__A, __B, 4); in test_mm512_shuffle_f32x4()
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | avx512f-builtins.c | 6051 return _mm512_shuffle_f32x4(__A, __B, 4); in test_mm512_shuffle_f32x4()
|
/external/clang/lib/Headers/ |
D | avx512fintrin.h | 7061 #define _mm512_shuffle_f32x4(A, B, imm) __extension__ ({ \ macro
|