Home
last modified time | relevance | path

Searched refs:vec_promote (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c130 vsc = vec_promote(sc, idx); in test_core()
132 vuc = vec_promote(uc, idx); in test_core()
134 vss = vec_promote(ss, idx); in test_core()
136 vus = vec_promote(us, idx); in test_core()
138 vsi = vec_promote(si, idx); in test_core()
140 vui = vec_promote(ui, idx); in test_core()
142 vsl = vec_promote(sl, idx); in test_core()
144 vul = vec_promote(ul, idx); in test_core()
146 vd = vec_promote(d, idx); in test_core()
Dbuiltins-ppc-altivec.c7567 res_vsc = vec_promote(param_sc, 0); in test6()
7573 res_vuc = vec_promote(param_uc, 0); in test6()
7579 res_vs = vec_promote(param_s, 0); in test6()
7585 res_vus = vec_promote(param_us, 0); in test6()
7591 res_vi = vec_promote(param_i, 0); in test6()
7597 res_vui = vec_promote(param_ui, 0); in test6()
7603 res_vf = vec_promote(param_f, 0); in test6()
/external/clang/lib/Headers/
Dvecintrin.h214 vec_promote(signed char __scalar, int __index) { in vec_promote() function
223 vec_promote(unsigned char __scalar, int __index) { in vec_promote() function
232 vec_promote(signed short __scalar, int __index) { in vec_promote() function
241 vec_promote(unsigned short __scalar, int __index) { in vec_promote() function
250 vec_promote(signed int __scalar, int __index) { in vec_promote() function
259 vec_promote(unsigned int __scalar, int __index) { in vec_promote() function
268 vec_promote(signed long long __scalar, int __index) { in vec_promote() function
277 vec_promote(unsigned long long __scalar, int __index) { in vec_promote() function
286 vec_promote(double __scalar, int __index) { in vec_promote() function
Daltivec.h11503 static vector signed char __ATTRS_o_ai vec_promote(signed char __a, int __b) { in vec_promote() function
11509 static vector unsigned char __ATTRS_o_ai vec_promote(unsigned char __a, in vec_promote() function
11516 static vector short __ATTRS_o_ai vec_promote(short __a, int __b) { in vec_promote() function
11522 static vector unsigned short __ATTRS_o_ai vec_promote(unsigned short __a, in vec_promote() function
11529 static vector int __ATTRS_o_ai vec_promote(int __a, int __b) { in vec_promote() function
11535 static vector unsigned int __ATTRS_o_ai vec_promote(unsigned int __a, int __b) { in vec_promote() function
11541 static vector float __ATTRS_o_ai vec_promote(float __a, int __b) { in vec_promote() function