llvm/test/Object/ar-error.test: Don't check the message "No such file or directory".
[oota-llvm.git] / test / CodeGen / AArch64 / neon-rounding-shift.ll
1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+neon < %s | FileCheck %s
2 ; Just intrinsic calls: arm64 has similar in vshift.ll
3
4 declare <8 x i8> @llvm.arm.neon.vrshiftu.v8i8(<8 x i8>, <8 x i8>)
5 declare <8 x i8> @llvm.arm.neon.vrshifts.v8i8(<8 x i8>, <8 x i8>)
6
7 define <8 x i8> @test_urshl_v8i8(<8 x i8> %lhs, <8 x i8> %rhs) {
8 ; CHECK: test_urshl_v8i8:
9   %tmp1 = call <8 x i8> @llvm.arm.neon.vrshiftu.v8i8(<8 x i8> %lhs, <8 x i8> %rhs)
10 ; CHECK: urshl v0.8b, v0.8b, v1.8b
11   ret <8 x i8> %tmp1
12 }
13
14 define <8 x i8> @test_srshl_v8i8(<8 x i8> %lhs, <8 x i8> %rhs) {
15 ; CHECK: test_srshl_v8i8:
16   %tmp1 = call <8 x i8> @llvm.arm.neon.vrshifts.v8i8(<8 x i8> %lhs, <8 x i8> %rhs)
17 ; CHECK: srshl v0.8b, v0.8b, v1.8b
18   ret <8 x i8> %tmp1
19 }
20
21 declare <16 x i8> @llvm.arm.neon.vrshiftu.v16i8(<16 x i8>, <16 x i8>)
22 declare <16 x i8> @llvm.arm.neon.vrshifts.v16i8(<16 x i8>, <16 x i8>)
23
24 define <16 x i8> @test_urshl_v16i8(<16 x i8> %lhs, <16 x i8> %rhs) {
25 ; CHECK: test_urshl_v16i8:
26   %tmp1 = call <16 x i8> @llvm.arm.neon.vrshiftu.v16i8(<16 x i8> %lhs, <16 x i8> %rhs)
27 ; CHECK: urshl v0.16b, v0.16b, v1.16b
28   ret <16 x i8> %tmp1
29 }
30
31 define <16 x i8> @test_srshl_v16i8(<16 x i8> %lhs, <16 x i8> %rhs) {
32 ; CHECK: test_srshl_v16i8:
33   %tmp1 = call <16 x i8> @llvm.arm.neon.vrshifts.v16i8(<16 x i8> %lhs, <16 x i8> %rhs)
34 ; CHECK: srshl v0.16b, v0.16b, v1.16b
35   ret <16 x i8> %tmp1
36 }
37
38 declare <4 x i16> @llvm.arm.neon.vrshiftu.v4i16(<4 x i16>, <4 x i16>)
39 declare <4 x i16> @llvm.arm.neon.vrshifts.v4i16(<4 x i16>, <4 x i16>)
40
41 define <4 x i16> @test_urshl_v4i16(<4 x i16> %lhs, <4 x i16> %rhs) {
42 ; CHECK: test_urshl_v4i16:
43   %tmp1 = call <4 x i16> @llvm.arm.neon.vrshiftu.v4i16(<4 x i16> %lhs, <4 x i16> %rhs)
44 ; CHECK: urshl v0.4h, v0.4h, v1.4h
45   ret <4 x i16> %tmp1
46 }
47
48 define <4 x i16> @test_srshl_v4i16(<4 x i16> %lhs, <4 x i16> %rhs) {
49 ; CHECK: test_srshl_v4i16:
50   %tmp1 = call <4 x i16> @llvm.arm.neon.vrshifts.v4i16(<4 x i16> %lhs, <4 x i16> %rhs)
51 ; CHECK: srshl v0.4h, v0.4h, v1.4h
52   ret <4 x i16> %tmp1
53 }
54
55 declare <8 x i16> @llvm.arm.neon.vrshiftu.v8i16(<8 x i16>, <8 x i16>)
56 declare <8 x i16> @llvm.arm.neon.vrshifts.v8i16(<8 x i16>, <8 x i16>)
57
58 define <8 x i16> @test_urshl_v8i16(<8 x i16> %lhs, <8 x i16> %rhs) {
59 ; CHECK: test_urshl_v8i16:
60   %tmp1 = call <8 x i16> @llvm.arm.neon.vrshiftu.v8i16(<8 x i16> %lhs, <8 x i16> %rhs)
61 ; CHECK: urshl v0.8h, v0.8h, v1.8h
62   ret <8 x i16> %tmp1
63 }
64
65 define <8 x i16> @test_srshl_v8i16(<8 x i16> %lhs, <8 x i16> %rhs) {
66 ; CHECK: test_srshl_v8i16:
67   %tmp1 = call <8 x i16> @llvm.arm.neon.vrshifts.v8i16(<8 x i16> %lhs, <8 x i16> %rhs)
68 ; CHECK: srshl v0.8h, v0.8h, v1.8h
69   ret <8 x i16> %tmp1
70 }
71
72 declare <2 x i32> @llvm.arm.neon.vrshiftu.v2i32(<2 x i32>, <2 x i32>)
73 declare <2 x i32> @llvm.arm.neon.vrshifts.v2i32(<2 x i32>, <2 x i32>)
74
75 define <2 x i32> @test_urshl_v2i32(<2 x i32> %lhs, <2 x i32> %rhs) {
76 ; CHECK: test_urshl_v2i32:
77   %tmp1 = call <2 x i32> @llvm.arm.neon.vrshiftu.v2i32(<2 x i32> %lhs, <2 x i32> %rhs)
78 ; CHECK: urshl v0.2s, v0.2s, v1.2s
79   ret <2 x i32> %tmp1
80 }
81
82 define <2 x i32> @test_srshl_v2i32(<2 x i32> %lhs, <2 x i32> %rhs) {
83 ; CHECK: test_srshl_v2i32:
84   %tmp1 = call <2 x i32> @llvm.arm.neon.vrshifts.v2i32(<2 x i32> %lhs, <2 x i32> %rhs)
85 ; CHECK: srshl v0.2s, v0.2s, v1.2s
86   ret <2 x i32> %tmp1
87 }
88
89 declare <4 x i32> @llvm.arm.neon.vrshiftu.v4i32(<4 x i32>, <4 x i32>)
90 declare <4 x i32> @llvm.arm.neon.vrshifts.v4i32(<4 x i32>, <4 x i32>)
91
92 define <4 x i32> @test_urshl_v4i32(<4 x i32> %lhs, <4 x i32> %rhs) {
93 ; CHECK: test_urshl_v4i32:
94   %tmp1 = call <4 x i32> @llvm.arm.neon.vrshiftu.v4i32(<4 x i32> %lhs, <4 x i32> %rhs)
95 ; CHECK: urshl v0.4s, v0.4s, v1.4s
96   ret <4 x i32> %tmp1
97 }
98
99 define <4 x i32> @test_srshl_v4i32(<4 x i32> %lhs, <4 x i32> %rhs) {
100 ; CHECK: test_srshl_v4i32:
101   %tmp1 = call <4 x i32> @llvm.arm.neon.vrshifts.v4i32(<4 x i32> %lhs, <4 x i32> %rhs)
102 ; CHECK: srshl v0.4s, v0.4s, v1.4s
103   ret <4 x i32> %tmp1
104 }
105
106 declare <2 x i64> @llvm.arm.neon.vrshiftu.v2i64(<2 x i64>, <2 x i64>)
107 declare <2 x i64> @llvm.arm.neon.vrshifts.v2i64(<2 x i64>, <2 x i64>)
108
109 define <2 x i64> @test_urshl_v2i64(<2 x i64> %lhs, <2 x i64> %rhs) {
110 ; CHECK: test_urshl_v2i64:
111   %tmp1 = call <2 x i64> @llvm.arm.neon.vrshiftu.v2i64(<2 x i64> %lhs, <2 x i64> %rhs)
112 ; CHECK: urshl v0.2d, v0.2d, v1.2d
113   ret <2 x i64> %tmp1
114 }
115
116 define <2 x i64> @test_srshl_v2i64(<2 x i64> %lhs, <2 x i64> %rhs) {
117 ; CHECK: test_srshl_v2i64:
118   %tmp1 = call <2 x i64> @llvm.arm.neon.vrshifts.v2i64(<2 x i64> %lhs, <2 x i64> %rhs)
119 ; CHECK: srshl v0.2d, v0.2d, v1.2d
120   ret <2 x i64> %tmp1
121 }
122