Home | History | Annotate | Download | only in clang-include

Lines Matching refs:__ac

625   vector unsigned long long __ac = (vector unsigned long long)__a;
628 return (vector double)((__cc & __bc) | (~__cc & __ac));
1513 vector signed char __ac = (vector signed char)__a;
1516 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15],
1522 vector bool char __ac = (vector bool char)__a;
1525 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15],
1531 vector unsigned char __ac = (vector unsigned char)__a;
1534 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15],
1540 vector signed short __ac = (vector signed short)__a;
1543 __ac[1], __ac[3], __ac[5], __ac[7],
1549 vector bool short __ac = (vector bool short)__a;
1552 __ac[1], __ac[3], __ac[5], __ac[7],
1558 vector unsigned short __ac = (vector unsigned short)__a;
1561 __ac[1], __ac[3], __ac[5], __ac[7],
1567 vector signed int __ac = (vector signed int)__a;
1569 return (vector signed int)(__ac[1], __ac[3], __bc[1], __bc[3]);
1574 vector bool int __ac = (vector bool int)__a;
1576 return (vector bool int)(__ac[1], __ac[3], __bc[1], __bc[3]);
1581 vector unsigned int __ac = (vector unsigned int)__a;
1583 return (vector unsigned int)(__ac[1], __ac[3], __bc[1], __bc[3]);
6420 vector signed char __ac = (vector signed char)__a;
6421 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6437 vector unsigned char __ac = (vector unsigned char)__a;
6438 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6454 vector signed short __ac = (vector signed short)__a;
6455 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6471 vector unsigned short __ac = (vector unsigned short)__a;
6472 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6488 vector signed int __ac = (vector signed int)__a;
6489 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6505 vector unsigned int __ac = (vector unsigned int)__a;
6506 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6522 vector signed long long __ac = (vector signed long long)__a;
6523 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6539 vector unsigned long long __ac = (vector unsigned long long)__a;
6540 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
6563 vector signed char __ac = (vector signed char)__a;
6564 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6580 vector unsigned char __ac = (vector unsigned char)__a;
6581 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6597 vector signed short __ac = (vector signed short)__a;
6598 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6614 vector unsigned short __ac = (vector unsigned short)__a;
6615 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6631 vector signed int __ac = (vector signed int)__a;
6632 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6648 vector unsigned int __ac = (vector unsigned int)__a;
6649 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6665 vector signed long long __ac = (vector signed long long)__a;
6666 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
6682 vector unsigned long long __ac = (vector unsigned long long)__a;
6683 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));