HomeSort by: relevance | last modified time | path
    Searched refs:vec_find_any_eq (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 285 #define vec_find_any_eq __builtin_s390_vec_find_any_eq macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 285 #define vec_find_any_eq __builtin_s390_vec_find_any_eq macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 10183 /*-- vec_find_any_eq --------------------------------------------------------*/
10186 vec_find_any_eq(__vector signed char __a, __vector signed char __b) { function
10193 vec_find_any_eq(__vector __bool char __a, __vector __bool char __b) { function
10200 vec_find_any_eq(__vector unsigned char __a, __vector unsigned char __b) { function
10205 vec_find_any_eq(__vector signed short __a, __vector signed short __b) { function
10212 vec_find_any_eq(__vector __bool short __a, __vector __bool short __b) { function
10219 vec_find_any_eq(__vector unsigned short __a, __vector unsigned short __b) { function
10224 vec_find_any_eq(__vector signed int __a, __vector signed int __b) { function
10231 vec_find_any_eq(__vector __bool int __a, __vector __bool int __b) { function
10238 vec_find_any_eq(__vector unsigned int __a, __vector unsigned int __b) function
    [all...]

Completed in 37 milliseconds