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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 6132 /* vec_mul */
6139 vec_mul(vector signed char __a, vector signed char __b) { function
6144 vec_mul(vector unsigned char __a, vector unsigned char __b) { function
6149 vec_mul(vector signed short __a, vector signed short __b) { function
6154 vec_mul(vector unsigned short __a, vector unsigned short __b) { function
6159 vec_mul(vector signed int __a, vector signed int __b) { function
6164 vec_mul(vector unsigned int __a, vector unsigned int __b) { function
6170 vec_mul(vector signed long long __a, vector signed long long __b) { function
6175 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { function
6180 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a function
6186 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, function
    [all...]
altivec.h 6132 /* vec_mul */
6139 vec_mul(vector signed char __a, vector signed char __b) { function
6144 vec_mul(vector unsigned char __a, vector unsigned char __b) { function
6149 vec_mul(vector signed short __a, vector signed short __b) { function
6154 vec_mul(vector unsigned short __a, vector unsigned short __b) { function
6159 vec_mul(vector signed int __a, vector signed int __b) { function
6164 vec_mul(vector unsigned int __a, vector unsigned int __b) { function
6170 vec_mul(vector signed long long __a, vector signed long long __b) { function
6175 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { function
6180 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a function
6186 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 9451 tree vec_mul = gimple_build_vector (stmts, &elts); local
9453 vec_init, vec_mul);
tree-vect-loop.cc 9451 tree vec_mul = gimple_build_vector (stmts, &elts); local
9453 vec_init, vec_mul);

Completed in 73 milliseconds