Home | History | Annotate | Download | only in Headers

Lines Matching defs:vec_all_ne

2283 /*-- vec_all_ne -------------------------------------------------------------*/
2286 vec_all_ne(vector signed char __a, vector signed char __b) {
2293 vec_all_ne(vector signed char __a, vector bool char __b) {
2300 vec_all_ne(vector bool char __a, vector signed char __b) {
2307 vec_all_ne(vector unsigned char __a, vector unsigned char __b) {
2315 vec_all_ne(vector unsigned char __a, vector bool char __b) {
2323 vec_all_ne(vector bool char __a, vector unsigned char __b) {
2331 vec_all_ne(vector bool char __a, vector bool char __b) {
2339 vec_all_ne(vector signed short __a, vector signed short __b) {
2346 vec_all_ne(vector signed short __a, vector bool short __b) {
2353 vec_all_ne(vector bool short __a, vector signed short __b) {
2360 vec_all_ne(vector unsigned short __a, vector unsigned short __b) {
2368 vec_all_ne(vector unsigned short __a, vector bool short __b) {
2376 vec_all_ne(vector bool short __a, vector unsigned short __b) {
2384 vec_all_ne(vector bool short __a, vector bool short __b) {
2392 vec_all_ne(vector signed int __a, vector signed int __b) {
2399 vec_all_ne(vector signed int __a, vector bool int __b) {
2406 vec_all_ne(vector bool int __a, vector signed int __b) {
2413 vec_all_ne(vector unsigned int __a, vector unsigned int __b) {
2421 vec_all_ne(vector unsigned int __a, vector bool int __b) {
2429 vec_all_ne(vector bool int __a, vector unsigned int __b) {
2437 vec_all_ne(vector bool int __a, vector bool int __b) {
2445 vec_all_ne
2452 vec_all_ne(vector signed long long __a, vector bool long long __b) {
2459 vec_all_ne(vector bool long long __a, vector signed long long __b) {
2466 vec_all_ne(vector unsigned long long __a, vector unsigned long long __b) {
2474 vec_all_ne(vector unsigned long long __a, vector bool long long __b) {
2482 vec_all_ne(vector bool long long __a, vector unsigned long long __b) {
2490 vec_all_ne(vector bool long long __a, vector bool long long __b) {
2498 vec_all_ne(vector double __a, vector double __b) {