Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsse2-intrinsics-fast-isel-x86_64.ll37 define <2 x double> @test_mm_cvtsi64_sd(<2 x double> %a0, i64 %a1) nounwind {
38 ; SSE-LABEL: test_mm_cvtsi64_sd:
43 ; AVX-LABEL: test_mm_cvtsi64_sd:
/external/llvm/test/CodeGen/X86/
Dsse2-intrinsics-fast-isel-x86_64.ll25 define <2 x double> @test_mm_cvtsi64_sd(<2 x double> %a0, i64 %a1) nounwind {
26 ; X64-LABEL: test_mm_cvtsi64_sd:
/external/clang/test/CodeGen/
Dsse2-builtins.c542 __m128d test_mm_cvtsi64_sd(__m128d A, long long B) { in test_mm_cvtsi64_sd() function