Searched defs:vec_vsubuhm (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 9508 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm() function 9513 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector bool short __a, in vec_vsubuhm() function 9518 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm() function 9524 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhm() function 9529 vec_vsubuhm(vector bool short __a, vector unsigned short __b) { in vec_vsubuhm() function 9534 vec_vsubuhm(vector unsigned short __a, vector bool short __b) { in vec_vsubuhm() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 11444 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm() function 11449 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector bool short __a, in vec_vsubuhm() function 11454 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm() function 11460 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhm() function 11465 vec_vsubuhm(vector bool short __a, vector unsigned short __b) { in vec_vsubuhm() function 11470 vec_vsubuhm(vector unsigned short __a, vector bool short __b) { in vec_vsubuhm() function
|