Searched refs:vec_promote (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 7321 res_vsc = vec_promote(param_sc, 0); in test6() 7327 res_vuc = vec_promote(param_uc, 0); in test6() 7333 res_vs = vec_promote(param_s, 0); in test6() 7339 res_vus = vec_promote(param_us, 0); in test6() 7345 res_vi = vec_promote(param_i, 0); in test6() 7351 res_vui = vec_promote(param_ui, 0); in test6() 7357 res_vf = vec_promote(param_f, 0); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 10372 vec_promote(signed char __a, int __b) in vec_promote() function 10380 vec_promote(unsigned char __a, int __b) in vec_promote() function 10388 vec_promote(short __a, int __b) in vec_promote() function 10396 vec_promote(unsigned short __a, int __b) in vec_promote() function 10404 vec_promote(int __a, int __b) in vec_promote() function 10412 vec_promote(unsigned int __a, int __b) in vec_promote() function 10420 vec_promote(float __a, int __b) in vec_promote() function
|