/external/clang/test/CodeGen/ |
D | builtins-systemz-vector.c | 19 volatile vec_uchar vuc; variable 49 vuc = __builtin_s390_vperm(vuc, vuc, vuc); in test_core() 52 vuc = __builtin_s390_vpklsh(vus, vus); in test_core() 59 vuc = __builtin_s390_vpklshs(vus, vus, &cc); in test_core() 97 vus = __builtin_s390_vuplhb(vuc); in test_core() 104 vus = __builtin_s390_vupllb(vuc); in test_core() 113 vuc = __builtin_s390_vaq(vuc, vuc); in test_integer() 115 vuc = __builtin_s390_vacq(vuc, vuc, vuc); in test_integer() 117 vuc = __builtin_s390_vaccq(vuc, vuc); in test_integer() 119 vuc = __builtin_s390_vacccq(vuc, vuc, vuc); in test_integer() [all …]
|
D | builtins-systemz-vector-error.c | 19 volatile vec_uchar vuc; variable 44 …__builtin_s390_verimb(vuc, vuc, vuc, -1); // expected-error {{argument should be a value from 0… in test_integer() 45 …__builtin_s390_verimb(vuc, vuc, vuc, 256); // expected-error {{argument should be a value from 0… in test_integer() 46 __builtin_s390_verimb(vuc, vuc, vuc, len); // expected-error {{must be a constant integer}} in test_integer() 60 …__builtin_s390_vsldb(vuc, vuc, -1); // expected-error {{argument should be a value from 0… in test_integer() 61 …__builtin_s390_vsldb(vuc, vuc, 16); // expected-error {{argument should be a value from 0… in test_integer() 62 __builtin_s390_vsldb(vuc, vuc, len); // expected-error {{must be a constant integer}} in test_integer() 66 …__builtin_s390_vfaeb(vuc, vuc, -1); // expected-error {{argument should be a value f… in test_string() 67 …__builtin_s390_vfaeb(vuc, vuc, 16); // expected-error {{argument should be a value f… in test_string() 68 __builtin_s390_vfaeb(vuc, vuc, len); // expected-error {{must be a constant integer}} in test_string() [all …]
|
D | builtins-systemz-zvector.c | 12 volatile vector unsigned char vuc; variable 78 uc = vec_extract(vuc, idx); in test_core() 105 vuc = vec_insert(uc, vuc, idx); in test_core() 107 vuc = vec_insert(uc, vbc, idx); in test_core() 132 vuc = vec_promote(uc, idx); in test_core() 151 vuc = vec_insert_and_zero(cptruc); in test_core() 168 vsc = vec_perm(vsc, vsc, vuc); in test_core() 170 vuc = vec_perm(vuc, vuc, vuc); in test_core() 172 vbc = vec_perm(vbc, vbc, vuc); in test_core() 174 vss = vec_perm(vss, vss, vuc); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 17 vector unsigned char vuc = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; variable 123 res_vuc = vec_add(vuc, vuc); in test1() 127 res_vuc = vec_add(vbc, vuc); in test1() 131 res_vuc = vec_add(vuc, vbc); in test1() 199 res_vuc = vec_vaddubm(vuc, vuc); in test1() 203 res_vuc = vec_vaddubm(vbc, vuc); in test1() 207 res_vuc = vec_vaddubm(vuc, vbc); in test1() 285 res_vuc = vec_adds(vuc, vuc); in test1() 289 res_vuc = vec_adds(vbc, vuc); in test1() 293 res_vuc = vec_adds(vuc, vbc); in test1() [all …]
|
D | builtins-systemz-zvector-error.c | 12 volatile vector unsigned char vuc; variable 247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}} in test_core() 269 vuc = vec_genmask(idx); // expected-error {{no matching function}} in test_core() 272 vuc = vec_genmasks_8(0, idx); // expected-error {{no matching function}} in test_core() 274 vuc = vec_genmasks_8(idx, 0); // expected-error {{no matching function}} in test_core() 276 vuc = vec_genmasks_8(idx, idx); // expected-error {{no matching function}} in test_core() 306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core() 309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core() 312 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core() 417 vuc = vec_splat_u8(idx); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-ppc-p8vector.c | 19 vector unsigned char vuc = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5 }; variable 240 res_vuc = vec_eqv(vuc, vuc); in test1() 394 res_vuc = vec_cntlz(vuc); in test1() 1227 res_vuc = vec_nand(vuc, vuc); in test1() 1307 res_vuc = vec_orc(vuc, vuc); in test1() 1313 res_vuc = vec_orc(vuc, vbc); in test1() 1319 res_vuc = vec_orc(vbc, vuc); in test1() 1483 res_vull = vec_vbpermq(vuc, vuc); in test1() 1493 res_vuc = vec_vgbbd(vuc); in test1() 1498 res_vuc = vec_gb(vuc); in test1()
|
D | builtins-ppc-vsx.c | 10 vector unsigned char vuc = { 8, 9, 10, 11, 12, 13, 14, 15, variable 248 res_vsll = vec_perm(vsll, vsll, vuc); in test1() 252 res_vull = vec_perm(vull, vull, vuc); in test1() 256 res_vbll = vec_perm(vbll, vbll, vuc); in test1() 273 res_vd = vec_perm(vd, vd, vuc); in test1() 325 res_vsll = vec_vperm(vsll, vsll, vuc); in test1() 329 res_vull = vec_vperm(vull, vull, vuc); in test1() 333 res_vd = vec_vperm(vd, vd, vuc); in test1() 411 res_vuc = vec_vsx_ld(0, &vuc); in test1() 513 vec_vsx_st(vuc, 0, &res_vuc); in test1() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 386 define zeroext i8 @getuc0(<16 x i8> %vuc) { 388 %vuc.addr = alloca <16 x i8>, align 16 389 store <16 x i8> %vuc, <16 x i8>* %vuc.addr, align 16 390 %0 = load <16 x i8>, <16 x i8>* %vuc.addr, align 16 403 define zeroext i8 @getuc1(<16 x i8> %vuc) { 405 %vuc.addr = alloca <16 x i8>, align 16 406 store <16 x i8> %vuc, <16 x i8>* %vuc.addr, align 16 407 %0 = load <16 x i8>, <16 x i8>* %vuc.addr, align 16 421 define zeroext i8 @getuc2(<16 x i8> %vuc) { 423 %vuc.addr = alloca <16 x i8>, align 16 [all …]
|
D | builtins-ppc-p8vector.ll | 8 @vuc = global <16 x i8> <i8 0, i8 1, i8 2, i8 3, i8 4, i8 5, i8 6, i8 7, i8 8, i8 9, i8 0, i8 1, i8… 33 %0 = load <16 x i8>, <16 x i8>* @vuc, align 16 61 %0 = load <16 x i8>, <16 x i8>* @vuc, align 16
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 8 vector unsigned char vuc; in test_vec_step() local 23 int res4[vec_step(vuc) == 16 ? 1 : -1]; in test_vec_step()
|
/external/valgrind/none/tests/x86-darwin/ |
D | bug341419.c | 96 handle_signal(int sig, siginfo_t *si, void *vuc) in handle_signal() argument 98 ucontext_t *uc = (ucontext_t *)vuc; in handle_signal()
|
/external/valgrind/none/tests/amd64-darwin/ |
D | bug341419.c | 95 handle_signal(int sig, siginfo_t *si, void *vuc) in handle_signal() argument 97 ucontext_t *uc = (ucontext_t *)vuc; in handle_signal()
|