Home | History | Annotate | Download | only in ARM

Lines Matching full:tmp1

106   %tmp1 = tail call float @llvm.fma.f32(float %a, float %b, float %c) nounwind readnone
107 ret float %tmp1
114 %tmp1 = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
115 ret double %tmp1
122 %tmp1 = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %a, <2 x float> %b, <2 x float> %c) nounwind
123 ret <2 x float> %tmp1
130 %tmp1 = fsub double -0.0, %a
131 %tmp2 = tail call double @llvm.fma.f64(double %tmp1, double %b, double %c) nounwind readnone
139 %tmp1 = fsub double -0.0, %b
140 %tmp2 = tail call double @llvm.fma.f64(double %a, double %tmp1, double %c) nounwind readnone
147 %tmp1 = load float, float* %c, align 4
148 %tmp2 = fsub float -0.0, %tmp1
157 %tmp1 = fsub double -0.0, %a
158 %tmp2 = tail call double @llvm.fma.f64(double %tmp1, double %b, double %c) nounwind readnone
167 %tmp1 = fsub double -0.0, %b
168 %tmp2 = tail call double @llvm.fma.f64(double %a, double %tmp1, double %c) nounwind readnone
177 %tmp1 = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
178 %tmp2 = fsub double -0.0, %tmp1
186 %tmp1 = fsub double -0.0, %a
188 %tmp3 = tail call double @llvm.fma.f64(double %tmp1, double %b, double %tmp2) nounwind readnone