Searched defs:vec_all_eq (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 10476 vec_all_eq(vector signed char __a, vector signed char __b) in vec_all_eq() function 10482 vec_all_eq(vector signed char __a, vector bool char __b) in vec_all_eq() function 10488 vec_all_eq(vector unsigned char __a, vector unsigned char __b) in vec_all_eq() function 10494 vec_all_eq(vector unsigned char __a, vector bool char __b) in vec_all_eq() function 10500 vec_all_eq(vector bool char __a, vector signed char __b) in vec_all_eq() function 10506 vec_all_eq(vector bool char __a, vector unsigned char __b) in vec_all_eq() function 10512 vec_all_eq(vector bool char __a, vector bool char __b) in vec_all_eq() function 10518 vec_all_eq(vector short __a, vector short __b) in vec_all_eq() function 10524 vec_all_eq(vector short __a, vector bool short __b) in vec_all_eq() function 10530 vec_all_eq(vector unsigned short __a, vector unsigned short __b) in vec_all_eq() function [all …]
|