/external/clang/test/CodeGen/ |
D | builtins-systemz-vector.c | 21 volatile vec_uint vui; variable 54 vus = __builtin_s390_vpklsf(vui, vui); in test_core() 56 vui = __builtin_s390_vpklsg(vul, vul); in test_core() 61 vus = __builtin_s390_vpklsfs(vui, vui, &cc); in test_core() 63 vui = __builtin_s390_vpklsgs(vul, vul, &cc); in test_core() 99 vui = __builtin_s390_vuplhh(vus); in test_core() 101 vul = __builtin_s390_vuplhf(vui); in test_core() 106 vui = __builtin_s390_vupllh(vus); in test_core() 108 vul = __builtin_s390_vupllf(vui); in test_core() 126 vui = __builtin_s390_vaccf(vui, vui); in test_integer() [all …]
|
D | builtins-systemz-vector-error.c | 21 volatile vec_uint vui; variable 52 …__builtin_s390_verimf(vui, vui, vui, -1); // expected-error {{argument should be a value from 0… in test_integer() 53 …__builtin_s390_verimf(vui, vui, vui, 256); // expected-error {{argument should be a value from 0… in test_integer() 54 __builtin_s390_verimf(vui, vui, vui, len); // expected-error {{must be a constant integer}} in test_integer() 74 …__builtin_s390_vfaef(vui, vui, -1); // expected-error {{argument should be a value f… in test_string() 75 …__builtin_s390_vfaef(vui, vui, 16); // expected-error {{argument should be a value f… in test_string() 76 __builtin_s390_vfaef(vui, vui, len); // expected-error {{must be a constant integer}} in test_string() 86 …__builtin_s390_vfaezf(vui, vui, -1); // expected-error {{argument should be a value f… in test_string() 87 …__builtin_s390_vfaezf(vui, vui, 16); // expected-error {{argument should be a value f… in test_string() 88 __builtin_s390_vfaezf(vui, vui, len); // expected-error {{must be a constant integer}} in test_string() [all …]
|
D | builtins-systemz-zvector.c | 14 volatile vector unsigned int vui; variable 90 ui = vec_extract(vui, idx); in test_core() 117 vui = vec_insert(ui, vui, idx); in test_core() 119 vui = vec_insert(ui, vbi, idx); in test_core() 140 vui = vec_promote(ui, idx); in test_core() 159 vui = vec_insert_and_zero(cptrui); in test_core() 182 vui = vec_perm(vui, vui, vuc); in test_core() 240 vsi = vec_sel(vsi, vsi, vui); in test_core() 242 vui = vec_sel(vui, vui, vui); in test_core() 243 vui = vec_sel(vui, vui, vbi); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 15 vector unsigned int vui = { 1, 2, 3, 4 }; variable 152 res_vui = vec_add(vui, vui); in test1() 156 res_vui = vec_add(vbi, vui); in test1() 160 res_vui = vec_add(vui, vbi); in test1() 228 res_vui = vec_vadduwm(vui, vui); in test1() 232 res_vui = vec_vadduwm(vbi, vui); in test1() 236 res_vui = vec_vadduwm(vui, vbi); in test1() 245 res_vui = vec_addc(vui, vui); in test1() 249 res_vui = vec_vaddcuw(vui, vui); in test1() 314 res_vui = vec_adds(vui, vui); in test1() [all …]
|
D | builtins-systemz-zvector-error.c | 14 volatile vector unsigned int vui; variable 107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core() 110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core() 113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core() 116 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}} in test_core() 119 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}} in test_core() 122 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}} in test_core() 125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}} in test_core() 128 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}} in test_core() 131 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-ppc-p8vector.c | 26 vector unsigned int vui = { 1, 2, 3, 4 }; variable 98 res_vui = vec_addc(vui, vui); in test1() 133 res_vui = vec_mergee(vui, vui); in test1() 147 res_vui = vec_mergeo(vui, vui); in test1() 293 res_vui = vec_eqv(vui, vui); in test1() 409 res_vui = vec_cntlz(vui); in test1() 997 res_vull = vec_mule(vui , vui); in test1() 1008 res_vull = vec_mulo(vui, vui); in test1() 1262 res_vui = vec_nand(vui, vui); in test1() 1390 res_vui = vec_orc(vui, vui); in test1() [all …]
|
D | altivec.c | 36 vector unsigned int vui; in test3() local 37 …--vui; // CHECK: add <4 x i32> {{.*}} <i32 -1, i32 -1, i32 -1, i… in test3()
|
D | builtins-ppc-vsx.c | 10 vector unsigned int vui = { 0, 1, 2, 3 }; variable 299 res_vui = vec_vsx_ld(0, &vui); in test1() 325 vec_vsx_st(vui, 0, &res_vui); in test1()
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 15 vector unsigned int vui; in test_vec_step() local 30 int res11[vec_step(vui) == 4 ? 1 : -1]; in test_vec_step()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 1163 define zeroext i32 @getui0(<4 x i32> %vui) { 1165 %vui.addr = alloca <4 x i32>, align 16 1166 store <4 x i32> %vui, <4 x i32>* %vui.addr, align 16 1167 %0 = load <4 x i32>, <4 x i32>* %vui.addr, align 16 1181 define zeroext i32 @getui1(<4 x i32> %vui) { 1183 %vui.addr = alloca <4 x i32>, align 16 1184 store <4 x i32> %vui, <4 x i32>* %vui.addr, align 16 1185 %0 = load <4 x i32>, <4 x i32>* %vui.addr, align 16 1198 define zeroext i32 @getui2(<4 x i32> %vui) { 1200 %vui.addr = alloca <4 x i32>, align 16 [all …]
|
D | vsx-ldst.ll | 17 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 33 %1 = load <4 x i32>, <4 x i32>* @vui, align 16
|
D | vsx-ldst-builtin-le.ll | 8 @vui = global <4 x i32> <i32 0, i32 1, i32 2, i32 3>, align 16 60 store <4 x i32>* @vui, <4 x i32>** %__b.addr.i32, align 8 112 %39 = load <4 x i32>, <4 x i32>* @vui, align 16
|