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

Function Ret_IntPtr

test/sse/test_sse4_1.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71void NOINLINE test_test_mullo_epi32() { Ret_M128i_M128i(__m128i, _mm_mullo_epi32); }
72void NOINLINE test_test_packus_epi32() { Ret_M128i_M128i(__m128i, _mm_packus_epi32); }
73void NOINLINE test_test_stream_load_si128() { Ret_IntPtr(__m128i, _mm_stream_load_si128, __m128i*, 4, 4); }
74
75void NOINLINE test_dp_pd() {
76 bool oldTestNaNBits = testNaNBits;
77 testNaNBits = false;
78 Ret_M128d_M128d_Tint(__m128d, _mm_dp_pd);
79 testNaNBits = oldTestNaNBits;
80}
81
82void NOINLINE test_dp_ps() {
83 bool oldTestNaNBits = testNaNBits;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected