Home | History | Annotate | Download | only in include

Lines Matching refs:vec_all_ge

2896 /*-- vec_all_ge -------------------------------------------------------------*/
2899 vec_all_ge(vector signed char __a, vector signed char __b) {
2907 vec_all_ge(vector signed char __a, vector bool char __b) {
2915 vec_all_ge(vector bool char __a, vector signed char __b) {
2922 vec_all_ge(vector unsigned char __a, vector unsigned char __b) {
2930 vec_all_ge(vector unsigned char __a, vector bool char __b) {
2938 vec_all_ge(vector bool char __a, vector unsigned char __b) {
2946 vec_all_ge(vector bool char __a, vector bool char __b) {
2954 vec_all_ge(vector signed short __a, vector signed short __b) {
2962 vec_all_ge(vector signed short __a, vector bool short __b) {
2970 vec_all_ge(vector bool short __a, vector signed short __b) {
2977 vec_all_ge(vector unsigned short __a, vector unsigned short __b) {
2985 vec_all_ge(vector unsigned short __a, vector bool short __b) {
2993 vec_all_ge(vector bool short __a, vector unsigned short __b) {
3001 vec_all_ge(vector bool short __a, vector bool short __b) {
3009 vec_all_ge(vector signed int __a, vector signed int __b) {
3017 vec_all_ge(vector signed int __a, vector bool int __b) {
3025 vec_all_ge(vector bool int __a, vector signed int __b) {
3032 vec_all_ge(vector unsigned int __a, vector unsigned int __b) {
3040 vec_all_ge(vector unsigned int __a, vector bool int __b) {
3048 vec_all_ge(vector bool int __a, vector unsigned int __b) {
3056 vec_all_ge(vector bool int __a, vector bool int __b) {
3064 vec_all_ge(vector signed long long __a, vector signed long long __b) {
3072 vec_all_ge(vector signed long long __a, vector bool long long __b) {
3080 vec_all_ge(vector bool long long __a, vector signed long long __b) {
3087 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) {
3095 vec_all_ge(vector unsigned long long __a, vector bool long long __b) {
3103 vec_all_ge(vector bool long long __a, vector unsigned long long __b) {
3111 vec_all_ge(vector bool long long __a, vector bool long long __b) {
3120 vec_all_ge(vector float __a, vector float __b) {
3128 vec_all_ge(vector double __a, vector double __b) {