Searched refs:vec_promote (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 130 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()
|
D | builtins-ppc-altivec.c | 7586 res_vsc = vec_promote(param_sc, 0); in test6() 7592 res_vuc = vec_promote(param_uc, 0); in test6() 7598 res_vs = vec_promote(param_s, 0); in test6() 7604 res_vus = vec_promote(param_us, 0); in test6() 7610 res_vi = vec_promote(param_i, 0); in test6() 7616 res_vui = vec_promote(param_ui, 0); in test6() 7622 res_vf = vec_promote(param_f, 0); in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 214 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
|
D | altivec.h | 11921 static __inline__ vector signed char __ATTRS_o_ai vec_promote(signed char __a, in vec_promote() function 11929 vec_promote(unsigned char __a, int __b) { in vec_promote() function 11935 static __inline__ vector short __ATTRS_o_ai vec_promote(short __a, int __b) { in vec_promote() function 11942 vec_promote(unsigned short __a, int __b) { in vec_promote() function 11948 static __inline__ vector int __ATTRS_o_ai vec_promote(int __a, int __b) { in vec_promote() function 11954 static __inline__ vector unsigned int __ATTRS_o_ai vec_promote(unsigned int __a, in vec_promote() function 11961 static __inline__ vector float __ATTRS_o_ai vec_promote(float __a, int __b) { in vec_promote() function
|