Searched refs:vec_promote (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7287 res_vsc = vec_promote(param_sc, 0); in test6() 7293 res_vuc = vec_promote(param_uc, 0); in test6() 7299 res_vs = vec_promote(param_s, 0); in test6() 7305 res_vus = vec_promote(param_us, 0); in test6() 7311 res_vi = vec_promote(param_i, 0); in test6() 7317 res_vui = vec_promote(param_ui, 0); in test6() 7323 res_vf = vec_promote(param_f, 0); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 10806 vec_promote(signed char __a, int __b) in vec_promote() function 10814 vec_promote(unsigned char __a, int __b) in vec_promote() function 10822 vec_promote(short __a, int __b) in vec_promote() function 10830 vec_promote(unsigned short __a, int __b) in vec_promote() function 10838 vec_promote(int __a, int __b) in vec_promote() function 10846 vec_promote(unsigned int __a, int __b) in vec_promote() function 10854 vec_promote(float __a, int __b) in vec_promote() function
|