Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dsse3-intrinsics-fast-isel.ll160 define <4 x float> @test_mm_moveldup_ps(<4 x float> %a0) {
161 ; X32-LABEL: test_mm_moveldup_ps:
166 ; X64-LABEL: test_mm_moveldup_ps:
Davx512vl-intrinsics-fast-isel.ll843 define <4 x float> @test_mm_moveldup_ps(<4 x float> %a0) {
844 ; X32-LABEL: test_mm_moveldup_ps:
849 ; X64-LABEL: test_mm_moveldup_ps:
/external/clang/test/CodeGen/
Dsse3-builtins.c72 __m128 test_mm_moveldup_ps(__m128 A) { in test_mm_moveldup_ps() function