Home
last modified time | relevance | path

Searched refs:test_mm256_broadcastw_epi16 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
Davx512bwvl-intrinsics-fast-isel.ll184 define <4 x i64> @test_mm256_broadcastw_epi16(<2 x i64> %a0) {
185 ; X32-LABEL: test_mm256_broadcastw_epi16:
190 ; X64-LABEL: test_mm256_broadcastw_epi16:
Davx2-intrinsics-fast-isel.ll546 define <4 x i64> @test_mm256_broadcastw_epi16(<4 x i64> %a0) {
547 ; X32-LABEL: test_mm256_broadcastw_epi16:
552 ; X64-LABEL: test_mm256_broadcastw_epi16:
/external/clang/test/CodeGen/
Davx2-builtins.c226 __m256i test_mm256_broadcastw_epi16(__m128i a) { in test_mm256_broadcastw_epi16() function