Searched refs:fma_1 (Results 1 – 2 of 2) sorted by relevance
3 define <2 x float> @fma_1(<2 x float> %A, <2 x float> %B, <2 x float> %C) {4 ; CHECK-LABEL: fma_1:
34 __m128 __attribute__((target("fma"))) fma_1(__m128 a, __m128 b, __m128 c) { in fma_1() function