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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 6906 /*-- vec_slb ----------------------------------------------------------------*/
6909 vec_slb(__vector signed char __a, __vector signed char __b) { function
6915 vec_slb(__vector signed char __a, __vector unsigned char __b) { function
6921 vec_slb(__vector unsigned char __a, __vector signed char __b) { function
6926 vec_slb(__vector unsigned char __a, __vector unsigned char __b) { function
6931 vec_slb(__vector signed short __a, __vector signed short __b) { function
6937 vec_slb(__vector signed short __a, __vector unsigned short __b) { function
6943 vec_slb(__vector unsigned short __a, __vector signed short __b) { function
6949 vec_slb(__vector unsigned short __a, __vector unsigned short __b) { function
6955 vec_slb(__vector signed int __a, __vector signed int __b) function
6961 vec_slb(__vector signed int __a, __vector unsigned int __b) { function
6967 vec_slb(__vector unsigned int __a, __vector signed int __b) { function
6973 vec_slb(__vector unsigned int __a, __vector unsigned int __b) { function
6979 vec_slb(__vector signed long long __a, __vector signed long long __b) { function
6985 vec_slb(__vector signed long long __a, __vector unsigned long long __b) { function
6991 vec_slb(__vector unsigned long long __a, __vector signed long long __b) { function
6997 vec_slb(__vector unsigned long long __a, __vector unsigned long long __b) { function
7004 vec_slb(__vector float __a, __vector signed int __b) { function
7010 vec_slb(__vector float __a, __vector unsigned int __b) { function
7017 vec_slb(__vector double __a, __vector signed long long __b) { function
7023 vec_slb(__vector double __a, __vector unsigned long long __b) { function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 261 #define vec_slb __builtin_s390_vec_slb macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 261 #define vec_slb __builtin_s390_vec_slb macro

Completed in 28 milliseconds