Lines Matching defs:vec_all_ne

2933 /*-- vec_all_ne -------------------------------------------------------------*/
2936 vec_all_ne(__vector signed char __a, __vector signed char __b) {
2945 vec_all_ne(__vector signed char __a, __vector __bool char __b) {
2954 vec_all_ne(__vector __bool char __a, __vector signed char __b) {
2962 vec_all_ne(__vector unsigned char __a, __vector unsigned char __b) {
2971 vec_all_ne(__vector unsigned char __a, __vector __bool char __b) {
2979 vec_all_ne(__vector __bool char __a, __vector unsigned char __b) {
2986 vec_all_ne(__vector __bool char __a, __vector __bool char __b) {
2994 vec_all_ne(__vector signed short __a, __vector signed short __b) {
3003 vec_all_ne(__vector signed short __a, __vector __bool short __b) {
3012 vec_all_ne(__vector __bool short __a, __vector signed short __b) {
3020 vec_all_ne(__vector unsigned short __a, __vector unsigned short __b) {
3028 vec_all_ne(__vector unsigned short __a, __vector __bool short __b) {
3036 vec_all_ne(__vector __bool short __a, __vector unsigned short __b) {
3043 vec_all_ne(__vector __bool short __a, __vector __bool short __b) {
3051 vec_all_ne(__vector signed int __a, __vector signed int __b) {
3060 vec_all_ne(__vector signed int __a, __vector __bool int __b) {
3069 vec_all_ne(__vector __bool int __a, __vector signed int __b) {
3077 vec_all_ne(__vector unsigned int __a, __vector unsigned int __b) {
3085 vec_all_ne(__vector unsigned int __a, __vector __bool int __b) {
3093 vec_all_ne(__vector __bool int __a, __vector unsigned int __b) {
3100 vec_all_ne(__vector __bool int __a, __vector __bool int __b) {
3108 vec_all_ne(__vector signed long long __a, __vector signed long long __b) {
3117 vec_all_ne(__vector signed long long __a, __vector __bool long long __b) {
3126 vec_all_ne(__vector __bool long long __a, __vector signed long long __b) {
3134 vec_all_ne(__vector unsigned long long __a, __vector unsigned long long __b) {
3142 vec_all_ne(__vector unsigned long long __a, __vector __bool long long __b) {
3150 vec_all_ne(__vector __bool long long __a, __vector unsigned long long __b) {
3157 vec_all_ne(__vector __bool long long __a, __vector __bool long long __b) {
3166 vec_all_ne(__vector float __a, __vector float __b) {
3174 vec_all_ne(__vector double __a, __vector double __b) {