/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector3.c | 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() 173 vd += vec_revb(vec_insert(d, vec_revb(vd2), 0)); in test_core() 177 vus = vec_insert(__builtin_bswap16(us), vus2, 0); in test_core() 180 vui = vec_insert(__builtin_bswap32(ui), vui2, 0); in test_core() [all …]
|
D | builtins-systemz-zvector2-constrained.c | 52 vf = vec_insert(f, vf2, 0); in test_core() 55 vf = vec_insert(0.0f, vf, 1); in test_core() 58 vf = vec_insert(f, vf, idx); in test_core() 62 vd = vec_insert(d, vd2, 0); in test_core() 65 vd = vec_insert(0.0, vd, 1); in test_core() 68 vd = vec_insert(d, vd, idx); in test_core()
|
D | builtins-systemz-zvector3-constrained.c | 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()
|
D | builtins-systemz-zvector2.c | 84 vf = vec_insert(f, vf2, 0); in test_core() 87 vf = vec_insert(0.0f, vf, 1); in test_core() 90 vf = vec_insert(f, vf, idx); in test_core() 94 vd = vec_insert(d, vd2, 0); in test_core() 97 vd = vec_insert(0.0, vd, 1); in test_core() 100 vd = vec_insert(d, vd, idx); in test_core()
|
D | builtins-systemz-zvector.c | 128 vsc = vec_insert(sc, vsc, idx); in test_core() 131 vuc = vec_insert(uc, vuc, idx); in test_core() 134 vuc = vec_insert(uc, vbc, idx); in test_core() 137 vss = vec_insert(ss, vss, idx); in test_core() 140 vus = vec_insert(us, vus, idx); in test_core() 143 vus = vec_insert(us, vbs, idx); in test_core() 146 vsi = vec_insert(si, vsi, idx); in test_core() 149 vui = vec_insert(ui, vui, idx); in test_core() 152 vui = vec_insert(ui, vbi, idx); in test_core() 155 vsl = vec_insert(sl, vsl, idx); in test_core() [all …]
|
D | builtins-systemz-zvector-constrained.c | 35 vd = vec_insert(d, vd, idx); in test_core()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 372 res_vsll = vec_insert(sll, vsll, si); in test1() 376 res_vbll = vec_insert(ull, vbll, si); in test1() 380 res_vull = vec_insert(ull, vull, si); in test1() 384 res_vd = vec_insert(d, vda, si); in test1()
|
D | builtins-systemz-zvector.c | 103 vsc = vec_insert(sc, vsc, idx); in test_core() 105 vuc = vec_insert(uc, vuc, idx); in test_core() 107 vuc = vec_insert(uc, vbc, idx); in test_core() 109 vss = vec_insert(ss, vss, idx); in test_core() 111 vus = vec_insert(us, vus, idx); in test_core() 113 vus = vec_insert(us, vbs, idx); in test_core() 115 vsi = vec_insert(si, vsi, idx); in test_core() 117 vui = vec_insert(ui, vui, idx); in test_core() 119 vui = vec_insert(ui, vbi, idx); in test_core() 121 vsl = vec_insert(sl, vsl, idx); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 5769 res_vsc = vec_insert(param_sc, vsc, param_i); in test6() 5773 res_vuc = vec_insert(param_uc, vuc, param_i); in test6() 5777 res_vbc = vec_insert(param_uc, vbc, param_i); in test6() 5781 res_vs = vec_insert(param_s, vs, param_i); in test6() 5785 res_vus = vec_insert(param_us, vus, param_i); in test6() 5789 res_vbs = vec_insert(param_us, vbs, param_i); in test6() 5793 res_vi = vec_insert(param_i, vi, param_i); in test6() 5797 res_vui = vec_insert(param_ui, vui, param_i); in test6() 5801 res_vbi = vec_insert(param_ui, vbi, param_i); in test6() 5805 res_vf = vec_insert(param_f, vf, param_i); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 381 res_vsll = vec_insert(sll, vsll, si); in test1() 385 res_vbll = vec_insert(ull, vbll, si); in test1() 389 res_vull = vec_insert(ull, vull, si); in test1() 393 res_vd = vec_insert(d, vda, si); in test1()
|
D | builtins-ppc-altivec.c | 6077 res_vsc = vec_insert(param_sc, vsc, param_i); in test6() 6081 res_vuc = vec_insert(param_uc, vuc, param_i); in test6() 6085 res_vbc = vec_insert(param_uc, vbc, param_i); in test6() 6089 res_vs = vec_insert(param_s, vs, param_i); in test6() 6093 res_vus = vec_insert(param_us, vus, param_i); in test6() 6097 res_vbs = vec_insert(param_us, vbs, param_i); in test6() 6101 res_vi = vec_insert(param_i, vi, param_i); in test6() 6105 res_vui = vec_insert(param_ui, vui, param_i); in test6() 6109 res_vbi = vec_insert(param_ui, vbi, param_i); in test6() 6113 res_vf = vec_insert(param_f, vf, param_i); in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 127 vec_insert(signed char __scalar, vector signed char __vec, int __index) { in vec_insert() function 133 vec_insert(unsigned char __scalar, vector bool char __vec, int __index) { in vec_insert() function 140 vec_insert(unsigned char __scalar, vector unsigned char __vec, int __index) { in vec_insert() function 146 vec_insert(signed short __scalar, vector signed short __vec, int __index) { in vec_insert() function 152 vec_insert(unsigned short __scalar, vector bool short __vec, int __index) { in vec_insert() function 159 vec_insert(unsigned short __scalar, vector unsigned short __vec, int __index) { in vec_insert() function 165 vec_insert(signed int __scalar, vector signed int __vec, int __index) { in vec_insert() function 171 vec_insert(unsigned int __scalar, vector bool int __vec, int __index) { in vec_insert() function 178 vec_insert(unsigned int __scalar, vector unsigned int __vec, int __index) { in vec_insert() function 184 vec_insert(signed long long __scalar, vector signed long long __vec, in vec_insert() function [all …]
|
D | altivec.h | 10941 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert() function 10947 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert() function 10952 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a, in vec_insert() function 10960 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert() function 10966 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert() function 10972 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert() function 10978 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert() function 10984 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert() function 10989 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigned int __a, in vec_insert() function 10998 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 120 vec_insert(signed char __scalar, __vector signed char __vec, int __index) { in vec_insert() function 127 vec_insert(unsigned char __scalar, __vector __bool char __vec, int __index) { in vec_insert() function 134 vec_insert(unsigned char __scalar, __vector unsigned char __vec, int __index) { in vec_insert() function 140 vec_insert(signed short __scalar, __vector signed short __vec, int __index) { in vec_insert() function 147 vec_insert(unsigned short __scalar, __vector __bool short __vec, in vec_insert() function 155 vec_insert(unsigned short __scalar, __vector unsigned short __vec, in vec_insert() function 162 vec_insert(signed int __scalar, __vector signed int __vec, int __index) { in vec_insert() function 169 vec_insert(unsigned int __scalar, __vector __bool int __vec, int __index) { in vec_insert() function 176 vec_insert(unsigned int __scalar, __vector unsigned int __vec, int __index) { in vec_insert() function 182 vec_insert(signed long long __scalar, __vector signed long long __vec, in vec_insert() function [all …]
|
D | altivec.h | 13002 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert() function 13008 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert() function 13013 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a, in vec_insert() function 13021 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert() function 13027 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert() function 13033 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert() function 13039 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert() function 13045 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert() function 13050 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigned int __a, in vec_insert() function 13059 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert() function [all …]
|