Searched defs:vec_sub (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Daltivec.h7519 /* vec_sub */
7522 vec_sub(vector signed char a, vector signed char b) function
7528 vec_sub(vector bool char a, vector signed char b) function
7534 vec_sub(vector signed char a, vector bool char b) function
7540 vec_sub(vector unsigned char a, vector unsigned char b) function
7546 vec_sub(vector bool char a, vector unsigned char b) function
7552 vec_sub(vector unsigned char a, vector bool char b) function
7558 vec_sub(vector short a, vector short b) function
7564 vec_sub(vector bool short a, vector short b) function
7570 vec_sub(vecto function
7576 vec_sub(vector unsigned short a, vector unsigned short b) function
7582 vec_sub(vector bool short a, vector unsigned short b) function
7588 vec_sub(vector unsigned short a, vector bool short b) function
7594 vec_sub(vector int a, vector int b) function
7600 vec_sub(vector bool int a, vector int b) function
7606 vec_sub(vector int a, vector bool int b) function
7612 vec_sub(vector unsigned int a, vector unsigned int b) function
7618 vec_sub(vector bool int a, vector unsigned int b) function
7624 vec_sub(vector unsigned int a, vector bool int b) function
7630 vec_sub(vector float a, vector float b) function
[all...]
/external/clang/lib/include/
H A Daltivec.h7519 /* vec_sub */
7522 vec_sub(vector signed char a, vector signed char b) function
7528 vec_sub(vector bool char a, vector signed char b) function
7534 vec_sub(vector signed char a, vector bool char b) function
7540 vec_sub(vector unsigned char a, vector unsigned char b) function
7546 vec_sub(vector bool char a, vector unsigned char b) function
7552 vec_sub(vector unsigned char a, vector bool char b) function
7558 vec_sub(vector short a, vector short b) function
7564 vec_sub(vector bool short a, vector short b) function
7570 vec_sub(vecto function
7576 vec_sub(vector unsigned short a, vector unsigned short b) function
7582 vec_sub(vector bool short a, vector unsigned short b) function
7588 vec_sub(vector unsigned short a, vector bool short b) function
7594 vec_sub(vector int a, vector int b) function
7600 vec_sub(vector bool int a, vector int b) function
7606 vec_sub(vector int a, vector bool int b) function
7612 vec_sub(vector unsigned int a, vector unsigned int b) function
7618 vec_sub(vector bool int a, vector unsigned int b) function
7624 vec_sub(vector unsigned int a, vector bool int b) function
7630 vec_sub(vector float a, vector float b) function
[all...]

Completed in 85 milliseconds