/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector3.c | 76 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() 93 vec_xst(vec_revb(vss), idx, ptrss); in test_core() 95 vec_xst(vec_revb(vus), idx, ptrus); in test_core() [all …]
|
D | builtins-systemz-zvector3-constrained.c | 36 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() 48 vd += vec_revb(vec_insert_and_zero(cptrd)); 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() [all …]
|
D | builtins-systemz-zvector2-constrained.c | 86 vf = vec_revb(vf); in test_core() 88 vd = vec_revb(vd); in test_core()
|
D | builtins-systemz-zvector-constrained.c | 47 vd = vec_revb(vd); in test_core()
|
D | builtins-systemz-zvector2.c | 129 vf = vec_revb(vf); in test_core() 131 vd = vec_revb(vd); in test_core()
|
D | builtins-systemz-zvector.c | 313 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()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 1506 res_vbll = vec_revb(vbll); in test1() 1514 res_vsll = vec_revb(vsll); in test1() 1522 res_vull = vec_revb(vull); in test1() 1530 res_vd = vec_revb(vd); in test1()
|
D | builtins-ppc-quadword.c | 197 res_vulll = vec_revb(vulll); in test1()
|
D | builtins-ppc-altivec.c | 9352 res_vbc = vec_revb(vbc); in test8() 9362 res_vsc = vec_revb(vsc); in test8() 9372 res_vuc = vec_revb(vuc); in test8() 9382 res_vbs = vec_revb(vbs); in test8() 9390 res_vs = vec_revb(vs); in test8() 9398 res_vus = vec_revb(vus); in test8() 9406 res_vbi = vec_revb(vbi); in test8() 9414 res_vi = vec_revb(vi); in test8() 9422 res_vui = vec_revb(vui); in test8() 9430 res_vf = vec_revb(vf); in test8()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | BuiltinsSystemZ.def | 289 // Helpers to implement vec_revb.
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 16752 vec_revb(vector bool char __a) { in vec_revb() function 16757 vec_revb(vector signed char __a) { in vec_revb() function 16762 vec_revb(vector unsigned char __a) { in vec_revb() function 16767 vec_revb(vector bool short __a) { in vec_revb() function 16774 vec_revb(vector signed short __a) { in vec_revb() function 16781 vec_revb(vector unsigned short __a) { in vec_revb() function 16788 vec_revb(vector bool int __a) { in vec_revb() function 16795 vec_revb(vector signed int __a) { in vec_revb() function 16802 vec_revb(vector unsigned int __a) { in vec_revb() function 16809 vec_revb(vector float __a) { in vec_revb() function [all …]
|
D | vecintrin.h | 529 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
|