• Home
  • Raw
  • Download

Lines Matching refs:suqadd

240 ;CHECK: suqadd.8b
243 %tmp3 = call <8 x i8> @llvm.aarch64.neon.suqadd.v8i8(<8 x i8> %tmp1, <8 x i8> %tmp2)
249 ;CHECK: suqadd.4h
252 %tmp3 = call <4 x i16> @llvm.aarch64.neon.suqadd.v4i16(<4 x i16> %tmp1, <4 x i16> %tmp2)
258 ;CHECK: suqadd.2s
261 %tmp3 = call <2 x i32> @llvm.aarch64.neon.suqadd.v2i32(<2 x i32> %tmp1, <2 x i32> %tmp2)
267 ;CHECK: suqadd.16b
270 %tmp3 = call <16 x i8> @llvm.aarch64.neon.suqadd.v16i8(<16 x i8> %tmp1, <16 x i8> %tmp2)
276 ;CHECK: suqadd.8h
279 %tmp3 = call <8 x i16> @llvm.aarch64.neon.suqadd.v8i16(<8 x i16> %tmp1, <8 x i16> %tmp2)
285 ;CHECK: suqadd.4s
288 %tmp3 = call <4 x i32> @llvm.aarch64.neon.suqadd.v4i32(<4 x i32> %tmp1, <4 x i32> %tmp2)
294 ;CHECK: suqadd.2d
297 %tmp3 = call <2 x i64> @llvm.aarch64.neon.suqadd.v2i64(<2 x i64> %tmp1, <2 x i64> %tmp2)
303 ; CHECK: suqadd {{d[0-9]+}}, {{d[0-9]+}}
304 %sum = call <1 x i64> @llvm.aarch64.neon.suqadd.v1i64(<1 x i64> %l, <1 x i64> %r)
310 ; CHECK: suqadd {{d[0-9]+}}, {{d[0-9]+}}
311 %sum = call i64 @llvm.aarch64.neon.suqadd.i64(i64 %l, i64 %r)
317 ; CHECK: suqadd {{s[0-9]+}}, {{s[0-9]+}}
318 %sum = call i32 @llvm.aarch64.neon.suqadd.i32(i32 %l, i32 %r)
322 declare <8 x i8> @llvm.aarch64.neon.suqadd.v8i8(<8 x i8>, <8 x i8>) nounwind readnone
323 declare <4 x i16> @llvm.aarch64.neon.suqadd.v4i16(<4 x i16>, <4 x i16>) nounwind readnone
324 declare <2 x i32> @llvm.aarch64.neon.suqadd.v2i32(<2 x i32>, <2 x i32>) nounwind readnone
325 declare <1 x i64> @llvm.aarch64.neon.suqadd.v1i64(<1 x i64>, <1 x i64>) nounwind readnone
326 declare i64 @llvm.aarch64.neon.suqadd.i64(i64, i64) nounwind readnone
327 declare i32 @llvm.aarch64.neon.suqadd.i32(i32, i32) nounwind readnone
329 declare <16 x i8> @llvm.aarch64.neon.suqadd.v16i8(<16 x i8>, <16 x i8>) nounwind readnone
330 declare <8 x i16> @llvm.aarch64.neon.suqadd.v8i16(<8 x i16>, <8 x i16>) nounwind readnone
331 declare <4 x i32> @llvm.aarch64.neon.suqadd.v4i32(<4 x i32>, <4 x i32>) nounwind readnone
332 declare <2 x i64> @llvm.aarch64.neon.suqadd.v2i64(<2 x i64>, <2 x i64>) nounwind readnone