Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx512-intrinsics-canonical.ll855 define <16 x float> @test_mm512_fnmsub_ps(<16 x float> %__A, <16 x float> %__B, <16 x float> %__C) {
856 ; CHECK-LABEL: test_mm512_fnmsub_ps:
Davx512-intrinsics-fast-isel.ll3836 define <16 x float> @test_mm512_fnmsub_ps(<16 x float> %__A, <16 x float> %__B, <16 x float> %__C) {
3837 ; CHECK-LABEL: test_mm512_fnmsub_ps:
/external/clang/test/CodeGen/
Davx512f-builtins.c668 __m512 test_mm512_fnmsub_ps(__m512 __A, __m512 __B, __m512 __C) { in test_mm512_fnmsub_ps() function