Searched refs:vec_vsubuwm (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4935 res_vi = vec_vsubuwm(vi, vi); in test6() 4939 res_vi = vec_vsubuwm(vbi, vi); in test6() 4943 res_vi = vec_vsubuwm(vi, vbi); in test6() 4947 res_vui = vec_vsubuwm(vui, vui); in test6() 4951 res_vui = vec_vsubuwm(vbi, vui); in test6() 4955 res_vui = vec_vsubuwm(vui, vbi); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 8472 #define __builtin_altivec_vsubuwm vec_vsubuwm 8475 vec_vsubuwm(vector int __a, vector int __b) in vec_vsubuwm() function 8481 vec_vsubuwm(vector bool int __a, vector int __b) in vec_vsubuwm() function 8487 vec_vsubuwm(vector int __a, vector bool int __b) in vec_vsubuwm() function 8493 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) in vec_vsubuwm() function 8499 vec_vsubuwm(vector bool int __a, vector unsigned int __b) in vec_vsubuwm() function 8505 vec_vsubuwm(vector unsigned int __a, vector bool int __b) in vec_vsubuwm() function
|