Lines Matching refs:fdiv

7 ; These tests check that fdiv is expanded correctly and also test that the
11 ; These test check that fdiv using unsafe_fp_math, coarse fp div, and IEEE754 fp div.
35 %fdiv = fdiv ninf float %a, %b
36 store float %fdiv, float addrspace(1)* %out
71 %fdiv = fdiv float %a, %b
72 store float %fdiv, float addrspace(1)* %out
84 %fdiv = fdiv float %a, %b, !fpmath !0
85 store float %fdiv, float addrspace(1)* %out
89 ; Use correct fdiv
96 %fdiv = fdiv float %a, %b, !fpmath !0
97 store float %fdiv, float addrspace(1)* %out
110 %fdiv = fdiv fast float %a, %b
111 store float %fdiv, float addrspace(1)* %out
125 %fdiv = fdiv fast float %a, %b
126 store float %fdiv, float addrspace(1)* %out
140 %fdiv = fdiv fast float %a, %b, !fpmath !0
141 store float %fdiv, float addrspace(1)* %out
155 %fdiv = fdiv arcp ninf float %a, %b
156 store float %fdiv, float addrspace(1)* %out
172 %fdiv = fdiv <2 x float> %a, %b
173 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
183 %fdiv = fdiv arcp <2 x float> %a, %b, !fpmath !0
184 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
198 %fdiv = fdiv fast <2 x float> %a, %b
199 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
213 %fdiv = fdiv arcp ninf <2 x float> %a, %b
214 store <2 x float> %fdiv, <2 x float> addrspace(1)* %out
236 %result = fdiv <4 x float> %a, %b
259 %result = fdiv fast <4 x float> %a, %b
282 %result = fdiv arcp ninf <4 x float> %a, %b
308 %fdiv = fdiv float 1.000000e+00, %a
309 store float %fdiv, float addrspace(1)* %out
343 %fdiv = fdiv float 1.000000e+00, %a
344 store float %fdiv, float addrspace(1)* %out