Searched refs:vec_vsubuwm (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4967 res_vi = vec_vsubuwm(vi, vi); in test6() 4971 res_vi = vec_vsubuwm(vbi, vi); in test6() 4975 res_vi = vec_vsubuwm(vi, vbi); in test6() 4979 res_vui = vec_vsubuwm(vui, vui); in test6() 4983 res_vui = vec_vsubuwm(vbi, vui); in test6() 4987 res_vui = vec_vsubuwm(vui, vbi); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 8115 #define __builtin_altivec_vsubuwm vec_vsubuwm 8118 vec_vsubuwm(vector int __a, vector int __b) in vec_vsubuwm() function 8124 vec_vsubuwm(vector bool int __a, vector int __b) in vec_vsubuwm() function 8130 vec_vsubuwm(vector int __a, vector bool int __b) in vec_vsubuwm() function 8136 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) in vec_vsubuwm() function 8142 vec_vsubuwm(vector bool int __a, vector unsigned int __b) in vec_vsubuwm() function 8148 vec_vsubuwm(vector unsigned int __a, vector bool int __b) in vec_vsubuwm() function
|