| 71 | void NOINLINE test_test_mullo_epi32() { Ret_M128i_M128i(__m128i, _mm_mullo_epi32); } |
| 72 | void NOINLINE test_test_packus_epi32() { Ret_M128i_M128i(__m128i, _mm_packus_epi32); } |
| 73 | void NOINLINE test_test_stream_load_si128() { Ret_IntPtr(__m128i, _mm_stream_load_si128, __m128i*, 4, 4); } |
| 74 | |
| 75 | void 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 | |
| 82 | void NOINLINE test_dp_ps() { |
| 83 | bool oldTestNaNBits = testNaNBits; |
nothing calls this directly
no outgoing calls
no test coverage detected