Lines Matching refs:fadd
8 ; CHECK: fadd s0, s0, s1
9 ; CHECK-NEXT: fadd s1, s2, s3
10 ; CHECK-NEXT: fadd s0, s0, s1
12 %t0 = fadd float %x0, %x1
13 %t1 = fadd float %t0, %x2
14 %t2 = fadd float %t1, %x3
20 ; CHECK: fadd s0, s0, s1
21 ; CHECK-NEXT: fadd s1, s2, s3
22 ; CHECK-NEXT: fadd s0, s0, s1
24 %t0 = fadd float %x0, %x1
25 %t1 = fadd float %x2, %t0
26 %t2 = fadd float %t1, %x3
36 %t0 = fadd float %x0, %x1
37 %t1 = fadd float %t0, %x2
38 %t2 = fadd float %x3, %t1
48 %t0 = fadd float %x0, %x1
49 %t1 = fadd float %x2, %t0
50 %t2 = fadd float %x3, %t1
59 ; CHECK: fadd s0, s0, s1
60 ; CHECK-NEXT: fadd s1, s2, s3
61 ; CHECK-NEXT: fadd s0, s0, s1
62 ; CHECK-NEXT: fadd s1, s4, s5
63 ; CHECK-NEXT: fadd s1, s1, s6
64 ; CHECK-NEXT: fadd s0, s0, s1
65 ; CHECK-NEXT: fadd s0, s0, s7
67 %t0 = fadd float %x0, %x1
68 %t1 = fadd float %t0, %x2
69 %t2 = fadd float %t1, %x3
70 %t3 = fadd float %t2, %x4
71 %t4 = fadd float %t3, %x5
72 %t5 = fadd float %t4, %x6
73 %t6 = fadd float %t5, %x7
85 ; CHECK-NEXT: fadd s1, s2, s3
86 ; CHECK-NEXT: fadd s0, s0, s1
89 %t1 = fadd float %x2, %t0
90 %t2 = fadd float %x3, %t1
113 ; CHECK-NEXT: fadd d1, d2, d3
114 ; CHECK-NEXT: fadd d0, d0, d1
117 %t1 = fadd double %x2, %t0
118 %t2 = fadd double %x3, %t1
140 ; CHECK: fadd v0.4s, v0.4s, v1.4s
141 ; CHECK-NEXT: fadd v1.4s, v2.4s, v3.4s
142 ; CHECK-NEXT: fadd v0.4s, v0.4s, v1.4s
144 %t0 = fadd <4 x float> %x0, %x1
145 %t1 = fadd <4 x float> %t0, %x2
146 %t2 = fadd <4 x float> %t1, %x3
152 ; CHECK: fadd v0.4s, v0.4s, v1.4s
153 ; CHECK-NEXT: fadd v1.4s, v2.4s, v3.4s
154 ; CHECK-NEXT: fadd v0.4s, v0.4s, v1.4s
155 %t0 = fadd <4 x float> %x0, %x1
156 %t1 = fadd <4 x float> %x2, %t0
157 %t2 = fadd <4 x float> %t1, %x3
163 ; CHECK: fadd v0.4s, v0.4s, v1.4s
164 ; CHECK-NEXT: fadd v1.4s, v2.4s, v3.4s
165 ; CHECK-NEXT: fadd v0.4s, v0.4s, v1.4s
166 %t0 = fadd <4 x float> %x0, %x1
167 %t1 = fadd <4 x float> %t0, %x2
168 %t2 = fadd <4 x float> %x3, %t1
174 ; CHECK: fadd v0.4s, v0.4s, v1.4s
175 ; CHECK-NEXT: fadd v1.4s, v2.4s, v3.4s
176 ; CHECK-NEXT: fadd v0.4s, v0.4s, v1.4s
177 %t0 = fadd <4 x float> %x0, %x1
178 %t1 = fadd <4 x float> %x2, %t0
179 %t2 = fadd <4 x float> %x3, %t1
186 ; CHECK: fadd v0.4s, v0.4s, v1.4s
190 %t0 = fadd <4 x float> %x0, %x1
200 ; CHECK: fadd v0.2d, v0.2d, v1.2d
204 %t0 = fadd <2 x double> %x0, %x1
224 ; CHECK: fadd d1, d8, d9
225 ; CHECK-NEXT: fadd d0, d10, d0
226 ; CHECK-NEXT: fadd d0, d1, d0
231 %t0 = fadd double %x0, %x1
232 %t1 = fadd double %t0, %x2
233 %t2 = fadd double %t1, %x3
246 ; CHECK: fadd d1, d8, d9
247 ; CHECK-NEXT: fadd d0, d10, d0
248 ; CHECK-NEXT: fadd d0, d1, d0
253 %t0 = fadd double %x0, %x1
254 %t1 = fadd double %x2, %x3
255 %t2 = fadd double %t0, %t1