Home
last modified time | relevance | path

Searched refs:_mm512_shuffle_f32x4 (Results 1 – 7 of 7) sorted by relevance

/external/ruy/ruy/
Dpack_avx512.cc558 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);
Dkernel_avx512.cc986 __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/
Davx512f.c44 …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/
Davx512fintrin.h6644 #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/
Davx512f-builtins.c4172 return _mm512_shuffle_f32x4(__A, __B, 4); in test_mm512_shuffle_f32x4()
/external/llvm-project/clang/test/CodeGen/X86/
Davx512f-builtins.c6051 return _mm512_shuffle_f32x4(__A, __B, 4); in test_mm512_shuffle_f32x4()
/external/clang/lib/Headers/
Davx512fintrin.h7061 #define _mm512_shuffle_f32x4(A, B, imm) __extension__ ({ \ macro