Home
last modified time | relevance | path

Searched refs:vec_xl (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-xl-xst.c56 *c = vec_xl(3ll, ld); in test1()
107 *c = vec_xl(3ll, ld); in test2()
157 *c = vec_xl(3ll, ld); in test3()
207 *c = vec_xl(3ll, ld); in test4()
258 *c = vec_xl(3ll, ld); in test5()
309 *c = vec_xl(3ll, ld); in test6()
359 *c = vec_xl(3ll, ld); in test7()
409 *c = vec_xl(3ll, ld); in test8()
461 *c = vec_xl(3ll, ld); in test9()
512 *c = vec_xl(3ll, ld); in test10()
Dbuiltins-ppc-quadword.c207 res_vlll = vec_xl(param_sll, &param_lll); in test1()
212 res_vulll = vec_xl(param_sll, &param_ulll); in test1()
Dbuiltins-ppc-vsx.c1658 res_vsll = vec_xl(sll, asll); in test1()
1662 res_vull = vec_xl(sll, aull); in test1()
1666 res_vd = vec_xl(sll, ad); in test1()
Dbuiltins-ppc-altivec.c9443 res_vsc = vec_xl(param_sll, param_sc_ld); in test9()
9447 res_vuc = vec_xl(param_sll, param_uc_ld); in test9()
9451 res_vs = vec_xl(param_sll, param_s_ld); in test9()
9455 res_vus = vec_xl(param_sll, param_us_ld); in test9()
9459 res_vi = vec_xl(param_sll, param_i_ld); in test9()
9463 res_vui = vec_xl(param_sll, param_ui_ld); in test9()
9467 res_vf = vec_xl(param_sll, param_f_ld); in test9()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector3.c76 vss += vec_revb(vec_xl(idx, cptrss)); in test_core()
78 vus += vec_revb(vec_xl(idx, cptrus)); in test_core()
80 vsi += vec_revb(vec_xl(idx, cptrsi)); in test_core()
82 vui += vec_revb(vec_xl(idx, cptrui)); in test_core()
84 vsl += vec_revb(vec_xl(idx, cptrsl)); in test_core()
86 vul += vec_revb(vec_xl(idx, cptrul)); in test_core()
88 vf += vec_revb(vec_xl(idx, cptrf)); in test_core()
90 vd += vec_revb(vec_xl(idx, cptrd)); in test_core()
210 vsc += vec_reve(vec_xl(idx, cptrsc)); in test_core()
212 vuc += vec_reve(vec_xl(idx, cptruc)); in test_core()
[all …]
Dbuiltins-systemz-zvector3-constrained.c36 vf += vec_revb(vec_xl(idx, cptrf)); in test_core()
38 vd += vec_revb(vec_xl(idx, cptrd)); in test_core()
68 vf += vec_reve(vec_xl(idx, cptrf)); in test_core()
70 vd += vec_reve(vec_xl(idx, cptrd)); in test_core()
Dbuiltins-systemz-zvector2-constrained.c122 vf = vec_xl(idx, cptrf); in test_core()
124 vd = vec_xl(idx, cptrd); in test_core()
Dbuiltins-systemz-zvector-constrained.c68 vd = vec_xl(idx, cptrd); in test_core()
Dbuiltins-systemz-zvector2.c174 vf = vec_xl(idx, cptrf); in test_core()
176 vd = vec_xl(idx, cptrd); in test_core()
Dbuiltins-systemz-zvector.c490 vsc = vec_xl(idx, cptrsc); in test_core()
492 vuc = vec_xl(idx, cptruc); in test_core()
494 vss = vec_xl(idx, cptrss); in test_core()
496 vus = vec_xl(idx, cptrus); in test_core()
498 vsi = vec_xl(idx, cptrsi); in test_core()
500 vui = vec_xl(idx, cptrui); in test_core()
502 vsl = vec_xl(idx, cptrsl); in test_core()
504 vul = vec_xl(idx, cptrul); in test_core()
506 vd = vec_xl(idx, cptrd); in test_core()
/external/rust/crates/libz-sys/src/zlib-ng/arch/power/
Dadler32_power8.c93 vbuf = vec_xl(0, (unsigned char *) buf); in adler32_power8()
127 vbuf = vec_xl(0, (unsigned char *) buf); in adler32_power8()
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h1018 vec_xl(long __offset, const signed char *__ptr) { in vec_xl() function
1024 vec_xl(long __offset, const unsigned char *__ptr) { in vec_xl() function
1030 vec_xl(long __offset, const signed short *__ptr) { in vec_xl() function
1036 vec_xl(long __offset, const unsigned short *__ptr) { in vec_xl() function
1042 vec_xl(long __offset, const signed int *__ptr) { in vec_xl() function
1048 vec_xl(long __offset, const unsigned int *__ptr) { in vec_xl() function
1054 vec_xl(long __offset, const signed long long *__ptr) { in vec_xl() function
1060 vec_xl(long __offset, const unsigned long long *__ptr) { in vec_xl() function
1067 vec_xl(long __offset, const float *__ptr) { in vec_xl() function
1074 vec_xl(long __offset, const double *__ptr) { in vec_xl() function
Daltivec.h16875 static inline __ATTRS_o_ai vector signed char vec_xl(signed long long __offset, in vec_xl() function
16881 vec_xl(signed long long __offset, const unsigned char *__ptr) { in vec_xl() function
16885 static inline __ATTRS_o_ai vector signed short vec_xl(signed long long __offset, in vec_xl() function
16892 vec_xl(signed long long __offset, const unsigned short *__ptr) { in vec_xl() function
16897 static inline __ATTRS_o_ai vector signed int vec_xl(signed long long __offset, in vec_xl() function
16903 static inline __ATTRS_o_ai vector unsigned int vec_xl(signed long long __offset, in vec_xl() function
16909 static inline __ATTRS_o_ai vector float vec_xl(signed long long __offset, in vec_xl() function
16921 vec_xl(signed long long __offset, const signed long long *__ptr) { in vec_xl() function
16927 vec_xl(signed long long __offset, const unsigned long long *__ptr) { in vec_xl() function
16932 static inline __ATTRS_o_ai vector double vec_xl(signed long long __offset, in vec_xl() function
[all …]