HomeSort by relevance Sort by last modified time
    Searched defs:vec_srl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
vecintrin.h 6051 vec_srl(vector signed char __a, vector unsigned char __b) { function
6057 vec_srl(vector signed char __a, vector unsigned short __b) { function
6063 vec_srl(vector signed char __a, vector unsigned int __b) { function
6069 vec_srl(vector bool char __a, vector unsigned char __b) { function
6075 vec_srl(vector bool char __a, vector unsigned short __b) { function
6081 vec_srl(vector bool char __a, vector unsigned int __b) { function
6087 vec_srl(vector unsigned char __a, vector unsigned char __b) { function
6092 vec_srl(vector unsigned char __a, vector unsigned short __b) { function
6097 vec_srl(vector unsigned char __a, vector unsigned int __b) { function
6102 vec_srl(vector signed short __a, vector unsigned char __b) { function
6108 vec_srl(vector signed short __a, vector unsigned short __b) { function
6114 vec_srl(vector signed short __a, vector unsigned int __b) { function
6120 vec_srl(vector bool short __a, vector unsigned char __b) { function
6126 vec_srl(vector bool short __a, vector unsigned short __b) { function
6132 vec_srl(vector bool short __a, vector unsigned int __b) { function
6138 vec_srl(vector unsigned short __a, vector unsigned char __b) { function
6144 vec_srl(vector unsigned short __a, vector unsigned short __b) { function
6150 vec_srl(vector unsigned short __a, vector unsigned int __b) { function
6156 vec_srl(vector signed int __a, vector unsigned char __b) { function
6162 vec_srl(vector signed int __a, vector unsigned short __b) { function
6168 vec_srl(vector signed int __a, vector unsigned int __b) { function
6174 vec_srl(vector bool int __a, vector unsigned char __b) { function
6180 vec_srl(vector bool int __a, vector unsigned short __b) { function
6186 vec_srl(vector bool int __a, vector unsigned int __b) { function
6192 vec_srl(vector unsigned int __a, vector unsigned char __b) { function
6198 vec_srl(vector unsigned int __a, vector unsigned short __b) { function
6204 vec_srl(vector unsigned int __a, vector unsigned int __b) { function
6210 vec_srl(vector signed long long __a, vector unsigned char __b) { function
6216 vec_srl(vector signed long long __a, vector unsigned short __b) { function
6222 vec_srl(vector signed long long __a, vector unsigned int __b) { function
6228 vec_srl(vector bool long long __a, vector unsigned char __b) { function
6234 vec_srl(vector bool long long __a, vector unsigned short __b) { function
6240 vec_srl(vector bool long long __a, vector unsigned int __b) { function
6246 vec_srl(vector unsigned long long __a, vector unsigned char __b) { function
6252 vec_srl(vector unsigned long long __a, vector unsigned short __b) { function
6258 vec_srl(vector unsigned long long __a, vector unsigned int __b) { function
    [all...]
altivec.h 8137 vec_srl(vector signed char __a, vector unsigned char __b) { function
8143 vec_srl(vector signed char __a, vector unsigned short __b) { function
8149 vec_srl(vector signed char __a, vector unsigned int __b) { function
8155 vec_srl(vector unsigned char __a, vector unsigned char __b) { function
8161 vec_srl(vector unsigned char __a, vector unsigned short __b) { function
8167 vec_srl(vector unsigned char __a, vector unsigned int __b) { function
8173 vec_srl(vector bool char __a, vector unsigned char __b) { function
8179 vec_srl(vector bool char __a, vector unsigned short __b) { function
8185 vec_srl(vector bool char __a, vector unsigned int __b) { function
8190 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
8195 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
8200 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
8206 vec_srl(vector unsigned short __a, vector unsigned char __b) { function
8212 vec_srl(vector unsigned short __a, vector unsigned short __b) { function
8218 vec_srl(vector unsigned short __a, vector unsigned int __b) { function
8224 vec_srl(vector bool short __a, vector unsigned char __b) { function
8230 vec_srl(vector bool short __a, vector unsigned short __b) { function
8236 vec_srl(vector bool short __a, vector unsigned int __b) { function
8241 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
8246 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
8251 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
8256 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
8261 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
8266 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
8272 vec_srl(vector unsigned int __a, vector unsigned char __b) { function
8278 vec_srl(vector unsigned int __a, vector unsigned short __b) { function
8284 vec_srl(vector unsigned int __a, vector unsigned int __b) { function
8290 vec_srl(vector bool int __a, vector unsigned char __b) { function
8296 vec_srl(vector bool int __a, vector unsigned short __b) { function
8302 vec_srl(vector bool int __a, vector unsigned int __b) { function
    [all...]

Completed in 302 milliseconds