Searched defs:vec_vsubuwm (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 289 #define vec_vsubuwm __builtin_vec_vsubuwm macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 4493 vec_vsubuwm (vector signed int a1, vector signed int a2) in vec_vsubuwm() function 4499 vec_vsubuwm (vector signed int a1, vector unsigned int a2) in vec_vsubuwm() function 4505 vec_vsubuwm (vector unsigned int a1, vector signed int a2) in vec_vsubuwm() function 4511 vec_vsubuwm (vector unsigned int a1, vector unsigned int a2) in vec_vsubuwm() function
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 12054 static __inline__ vector int __ATTRS_o_ai vec_vsubuwm(vector int __a, in vec_vsubuwm() function 12059 static __inline__ vector int __ATTRS_o_ai vec_vsubuwm(vector bool int __a, in vec_vsubuwm() function 12064 static __inline__ vector int __ATTRS_o_ai vec_vsubuwm(vector int __a, in vec_vsubuwm() function 12070 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuwm() function 12075 vec_vsubuwm(vector bool int __a, vector unsigned int __b) { in vec_vsubuwm() function 12080 vec_vsubuwm(vector unsigned int __a, vector bool int __b) { in vec_vsubuwm() function
|