Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector3.c127 vss += vec_revb(vec_splats(ss)); in test_core()
139 vf += vec_revb(vec_splats(f)); in test_core()
141 vd += vec_revb(vec_splats(d)); in test_core()
152 vss += vec_revb(vec_insert(ss, vec_revb(vss2), 0)); in test_core()
155 vus += vec_revb(vec_insert(us, vec_revb(vus2), 0)); in test_core()
158 vsi += vec_revb(vec_insert(si, vec_revb(vsi2), 0)); in test_core()
161 vui += vec_revb(vec_insert(ui, vec_revb(vui2), 0)); in test_core()
164 vsl += vec_revb(vec_insert(sl, vec_revb(vsl2), 0)); in test_core()
167 vul += vec_revb(vec_insert(ul, vec_revb(vul2), 0)); in test_core()
170 vf += vec_revb(vec_insert(f, vec_revb(vf2), 0)); in test_core()
[all …]
H A 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()
41 vec_xst(vec_revb(vf), idx, ptrf); in test_core()
43 vec_xst(vec_revb(vd), idx, ptrd); in test_core()
46 vf += vec_revb(vec_insert_and_zero(cptrf)); in test_core()
51 vf += vec_revb(vec_splats(f)); in test_core()
53 vd += vec_revb(vec_splats(d)); in test_core()
57 vf += vec_revb(vec_insert(f, vec_revb(vf2), 0)); in test_core()
60 vd += vec_revb(vec_insert(d, vec_revb(vd2), 0)); in test_core()
63 f = vec_extract(vec_revb(vf), 0); in test_core()
[all …]
H A Dbuiltins-systemz-zvector2-constrained.c86 vf = vec_revb(vf); in test_core()
88 vd = vec_revb(vd); in test_core()
H A Dbuiltins-systemz-zvector-constrained.c47 vd = vec_revb(vd); in test_core()
H A Dbuiltins-systemz-zvector2.c129 vf = vec_revb(vf); in test_core()
131 vd = vec_revb(vd); in test_core()
H A Dbuiltins-systemz-zvector.c313 vss = vec_revb(vss); in test_core()
315 vus = vec_revb(vus); in test_core()
317 vsi = vec_revb(vsi); in test_core()
319 vui = vec_revb(vui); in test_core()
321 vsl = vec_revb(vsl); in test_core()
323 vul = vec_revb(vul); in test_core()
325 vd = vec_revb(vd); in test_core()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-quadword.c215 res_vulll = vec_revb(vulll); in test1()
H A Dbuiltins-ppc-32bit-vec-ll.c293 vec_revb(vsll1); in test()
H A Dbuiltins-ppc-vsx.c1780 res_vbll = vec_revb(vbll); in test1()
1788 res_vsll = vec_revb(vsll); in test1()
1796 res_vull = vec_revb(vull); in test1()
1804 res_vd = vec_revb(vd); in test1()
H A Dbuiltins-ppc-altivec.c9378 res_vbc = vec_revb(vbc); in test8()
9388 res_vsc = vec_revb(vsc); in test8()
9398 res_vuc = vec_revb(vuc); in test8()
9408 res_vbs = vec_revb(vbs); in test8()
9416 res_vs = vec_revb(vs); in test8()
9424 res_vus = vec_revb(vus); in test8()
9432 res_vbi = vec_revb(vbi); in test8()
9440 res_vi = vec_revb(vi); in test8()
9448 res_vui = vec_revb(vui); in test8()
9456 res_vf = vec_revb(vf); in test8()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def289 // Helpers to implement vec_revb.
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h17567 vec_revb(vector bool char __a) { in vec_revb() function
17572 vec_revb(vector signed char __a) { in vec_revb() function
17577 vec_revb(vector unsigned char __a) { in vec_revb() function
17582 vec_revb(vector bool short __a) { in vec_revb() function
17589 vec_revb(vector signed short __a) { in vec_revb() function
17596 vec_revb(vector unsigned short __a) { in vec_revb() function
17603 vec_revb(vector bool int __a) { in vec_revb() function
17610 vec_revb(vector signed int __a) { in vec_revb() function
17617 vec_revb(vector unsigned int __a) { in vec_revb() function
17624 vec_revb(vector float __a) { in vec_revb() function
[all …]
H A Dvecintrin.h529 vec_revb(__vector signed short __vec) { in vec_revb() function
535 vec_revb(__vector unsigned short __vec) { in vec_revb() function
540 vec_revb(__vector signed int __vec) { in vec_revb() function
546 vec_revb(__vector unsigned int __vec) { in vec_revb() function
551 vec_revb(__vector signed long long __vec) { in vec_revb() function
557 vec_revb(__vector unsigned long long __vec) { in vec_revb() function
563 vec_revb(__vector float __vec) { in vec_revb() function
570 vec_revb(__vector double __vec) { in vec_revb() function