Lines Matching defs:vec_all_ne

3257 /*-- vec_all_ne -------------------------------------------------------------*/
3260 vec_all_ne(__vector signed char __a, __vector signed char __b) {
3269 vec_all_ne(__vector signed char __a, __vector __bool char __b) {
3278 vec_all_ne(__vector __bool char __a, __vector signed char __b) {
3286 vec_all_ne(__vector unsigned char __a, __vector unsigned char __b) {
3295 vec_all_ne(__vector unsigned char __a, __vector __bool char __b) {
3303 vec_all_ne(__vector __bool char __a, __vector unsigned char __b) {
3310 vec_all_ne(__vector __bool char __a, __vector __bool char __b) {
3318 vec_all_ne(__vector signed short __a, __vector signed short __b) {
3327 vec_all_ne(__vector signed short __a, __vector __bool short __b) {
3336 vec_all_ne(__vector __bool short __a, __vector signed short __b) {
3344 vec_all_ne(__vector unsigned short __a, __vector unsigned short __b) {
3352 vec_all_ne(__vector unsigned short __a, __vector __bool short __b) {
3360 vec_all_ne(__vector __bool short __a, __vector unsigned short __b) {
3367 vec_all_ne(__vector __bool short __a, __vector __bool short __b) {
3375 vec_all_ne(__vector signed int __a, __vector signed int __b) {
3384 vec_all_ne(__vector signed int __a, __vector __bool int __b) {
3393 vec_all_ne(__vector __bool int __a, __vector signed int __b) {
3401 vec_all_ne(__vector unsigned int __a, __vector unsigned int __b) {
3409 vec_all_ne(__vector unsigned int __a, __vector __bool int __b) {
3417 vec_all_ne(__vector __bool int __a, __vector unsigned int __b) {
3424 vec_all_ne(__vector __bool int __a, __vector __bool int __b) {
3432 vec_all_ne(__vector signed long long __a, __vector signed long long __b) {
3441 vec_all_ne(__vector signed long long __a, __vector __bool long long __b) {
3450 vec_all_ne(__vector __bool long long __a, __vector signed long long __b) {
3458 vec_all_ne(__vector unsigned long long __a, __vector unsigned long long __b) {
3466 vec_all_ne(__vector unsigned long long __a, __vector __bool long long __b) {
3474 vec_all_ne(__vector __bool long long __a, __vector unsigned long long __b) {
3481 vec_all_ne(__vector __bool long long __a, __vector __bool long long __b) {
3490 vec_all_ne(__vector signed __int128 __a, __vector signed __int128 __b) {
3497 vec_all_ne(__vector unsigned __int128 __a, __vector unsigned __int128 __b) {
3504 vec_all_ne(__vector __bool __int128 __a, __vector __bool __int128 __b) {
3513 vec_all_ne(__vector float __a, __vector float __b) {
3521 vec_all_ne(__vector double __a, __vector double __b) {