Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dsse3-intrinsics-fast-isel.ll146 define <4 x float> @test_mm_movehdup_ps(<4 x float> %a0) {
147 ; X32-LABEL: test_mm_movehdup_ps:
152 ; X64-LABEL: test_mm_movehdup_ps:
Davx512vl-intrinsics-fast-isel.ll717 define <4 x float> @test_mm_movehdup_ps(<4 x float> %a0) {
718 ; X32-LABEL: test_mm_movehdup_ps:
723 ; X64-LABEL: test_mm_movehdup_ps:
/external/clang/test/CodeGen/
Dsse3-builtins.c66 __m128 test_mm_movehdup_ps(__m128 A) { in test_mm_movehdup_ps() function