MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_testc_pd

Function test_testc_pd

test/sse/test_avx.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84void NOINLINE test_testz_pd() { Ret_M128d_M128d(int, _mm_testz_pd); }
85void NOINLINE test_testc_pd() { Ret_M128d_M128d(int, _mm_testc_pd); }
86void NOINLINE test_testnzc_pd() { Ret_M128d_M128d(int, _mm_testnzc_pd); }
87
88void NOINLINE test_testz_ps() { Ret_M128_M128(int, _mm_testz_ps); }

Callers 1

test_avx.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected