Lines Matching refs:tmp2
7 %tmp2 = fmul float %a, %tmp1;
8 ret float %tmp2;
15 %tmp2 = fmul float %tmp1, %a;
16 ret float %tmp2;
24 %tmp2 = fmul float %a, %tmp1;
25 ret float %tmp2;
32 %tmp2 = fmul float %tmp1, %a;
33 ret float %tmp2;
41 %tmp2 = fmul double %a, %tmp1;
42 ret double %tmp2;
51 %tmp2 = fmul double %a, %tmp1;
52 ret double %tmp2;
60 %tmp2 = fmul double %tmp1, %a;
61 ret double %tmp2;
70 %tmp2 = call float @llvm.aarch64.neon.fmulx.f32(float %a, float %tmp1)
71 ret float %tmp2;
78 %tmp2 = call float @llvm.aarch64.neon.fmulx.f32(float %a, float %tmp1)
79 ret float %tmp2;
86 %tmp2 = call float @llvm.aarch64.neon.fmulx.f32(float %tmp1, float %a)
87 ret float %tmp2;
96 %tmp2 = call double @llvm.aarch64.neon.fmulx.f64(double %a, double %tmp1)
97 ret double %tmp2;
104 %tmp2 = call double @llvm.aarch64.neon.fmulx.f64(double %a, double %tmp1)
105 ret double %tmp2;
113 %tmp2 = call double @llvm.aarch64.neon.fmulx.f64(double %a, double %tmp1)
114 ret double %tmp2;
121 %tmp2 = call double @llvm.aarch64.neon.fmulx.f64(double %tmp1, double %a)
122 ret double %tmp2;