Lines Matching full:ppc
10 // RUN: -emit-llvm %s -o - 2>&1 | FileCheck %s -check-prefix=CHECK-PPC
12 // CHECK-PPC: error: __int128 is not supported on this target
14 // CHECK-PPC: error: __int128 is not supported on this target
17 // CHECK-PPC: error: __int128 is not supported on this target
19 // CHECK-PPC: error: __int128 is not supported on this target
30 // CHECK-PPC: error: call to 'vec_add' is ambiguous
35 // CHECK-PPC: error: call to 'vec_add' is ambiguous
41 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
46 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
50 // CHECK: @llvm.ppc.altivec.vaddeuqm
51 // CHECK-LE: @llvm.ppc.altivec.vaddeuqm
52 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
55 // CHECK: @llvm.ppc.altivec.vaddeuqm
56 // CHECK-LE: @llvm.ppc.altivec.vaddeuqm
57 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
61 // CHECK: @llvm.ppc.altivec.vaddcuq
62 // CHECK-LE: @llvm.ppc.altivec.vaddcuq
63 // KCHECK-PPC: error: call to 'vec_addc' is ambiguous
66 // CHECK: @llvm.ppc.altivec.vaddcuq
67 // CHECK-LE: @llvm.ppc.altivec.vaddcuq
68 // KCHECK-PPC: error: call to 'vec_addc' is ambiguous
73 // CHECK: @llvm.ppc.altivec.vaddcuq
74 // CHECK-LE: @llvm.ppc.altivec.vaddcuq
75 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
78 // CHECK: @llvm.ppc.altivec.vaddcuq
79 // CHECK-LE: @llvm.ppc.altivec.vaddcuq
80 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
84 // CHECK: @llvm.ppc.altivec.vaddecuq
85 // CHECK-LE: @llvm.ppc.altivec.vaddecuq
86 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
89 // CHECK: @llvm.ppc.altivec.vaddecuq
90 // CHECK-LE: @llvm.ppc.altivec.vaddecuq
91 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
97 // CHECK-PPC: error: call to 'vec_sub' is ambiguous
102 // CHECK-PPC: error: call to 'vec_sub' is ambiguous
108 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
113 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
117 // CHECK: @llvm.ppc.altivec.vsubeuqm
118 // CHECK-LE: @llvm.ppc.altivec.vsubeuqm
119 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
122 // CHECK: @llvm.ppc.altivec.vsubeuqm
123 // CHECK-LE: @llvm.ppc.altivec.vsubeuqm
124 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
128 // CHECK: @llvm.ppc.altivec.vsubcuq
129 // CHECK-LE: @llvm.ppc.altivec.vsubcuq
130 // KCHECK-PPC: error: call to 'vec_subc' is ambiguous
133 // CHECK: @llvm.ppc.altivec.vsubcuq
134 // CHECK-LE: @llvm.ppc.altivec.vsubcuq
135 // KCHECK-PPC: error: call to 'vec_subc' is ambiguous
139 // CHECK: @llvm.ppc.altivec.vsubcuq
140 // CHECK-LE: @llvm.ppc.altivec.vsubcuq
141 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
144 // CHECK: @llvm.ppc.altivec.vsubcuq
145 // CHECK-LE: @llvm.ppc.altivec.vsubcuq
146 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
150 // CHECK: @llvm.ppc.altivec.vsubecuq
151 // CHECK-LE: @llvm.ppc.altivec.vsubecuq
152 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
155 // CHECK: @llvm.ppc.altivec.vsubecuq
156 // CHECK-LE: @llvm.ppc.altivec.vsubecuq
157 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'