Searched defs:vec_subs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 8539 vec_subs(vector signed char __a, vector signed char __b) in vec_subs() function 8545 vec_subs(vector bool char __a, vector signed char __b) in vec_subs() function 8551 vec_subs(vector signed char __a, vector bool char __b) in vec_subs() function 8557 vec_subs(vector unsigned char __a, vector unsigned char __b) in vec_subs() function 8563 vec_subs(vector bool char __a, vector unsigned char __b) in vec_subs() function 8569 vec_subs(vector unsigned char __a, vector bool char __b) in vec_subs() function 8575 vec_subs(vector short __a, vector short __b) in vec_subs() function 8581 vec_subs(vector bool short __a, vector short __b) in vec_subs() function 8587 vec_subs(vector short __a, vector bool short __b) in vec_subs() function 8593 vec_subs(vector unsigned short __a, vector unsigned short __b) in vec_subs() function [all …]
|