Lines Matching refs:fdiv
8 ; These tests check that fdiv is expanded correctly and also test that the
12 ; These test check that fdiv using unsafe_fp_math, coarse fp div, and IEEE754 fp div.
38 %fdiv = fdiv ninf float %a, %b
39 store float %fdiv, float addrspace(1)* %out
74 %fdiv = fdiv float %a, %b
75 store float %fdiv, float addrspace(1)* %out
87 %fdiv = fdiv float %a, %b, !fpmath !0
88 store float %fdiv, float addrspace(1)* %out
92 ; Use correct fdiv
99 %fdiv = fdiv float %a, %b, !fpmath !0
100 store float %fdiv, float addrspace(1)* %out
113 %fdiv = fdiv fast float %a, %b
114 store float %fdiv, float addrspace(1)* %out
128 %fdiv = fdiv fast float %a, %b
129 store float %fdiv, float addrspace(1)* %out
143 %fdiv = fdiv fast float %a, %b, !fpmath !0
144 store float %fdiv, float addrspace(1)* %out
158 %fdiv = fdiv arcp ninf float %a, %b
159 store float %fdiv, float addrspace(1)* %out
175 %fdiv = fdiv <2 x float> %a, %b
176 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
186 %fdiv = fdiv arcp <2 x float> %a, %b, !fpmath !0
187 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
201 %fdiv = fdiv fast <2 x float> %a, %b
202 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
216 %fdiv = fdiv arcp ninf <2 x float> %a, %b
217 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
239 %result = fdiv <4 x float> %a, %b
262 %result = fdiv fast <4 x float> %a, %b
285 %result = fdiv arcp ninf <4 x float> %a, %b
313 %fdiv = fdiv float 1.000000e+00, %a
314 store float %fdiv, float addrspace(1)* %out
348 %fdiv = fdiv float 1.000000e+00, %a
349 store float %fdiv, float addrspace(1)* %out