Lines Matching defs:__c

389          __vector unsigned char __c) {
391 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
396 __vector unsigned char __c) {
398 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
403 __vector unsigned char __c) {
405 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
410 __vector unsigned char __c) {
412 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
417 __vector unsigned char __c) {
419 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
424 __vector unsigned char __c) {
426 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
431 __vector unsigned char __c) {
433 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
438 __vector unsigned char __c) {
440 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
445 __vector unsigned char __c) {
447 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
452 __vector unsigned char __c) {
454 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
459 __vector unsigned char __c) {
461 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
466 __vector unsigned char __c) {
468 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
474 __vector unsigned char __c) {
476 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
482 __vector unsigned char __c) {
484 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
492 int __c)
493 __constant_range(__c, 0, 3);
498 int __c)
499 __constant_range(__c, 0, 3);
504 int __c)
505 __constant_range(__c, 0, 3);
509 vec_permi(__vector double __a, __vector double __b, int __c)
510 __constant_range(__c, 0, 3);
665 __vector unsigned char __c) {
666 return (((__vector signed char)__c & __b) |
667 (~(__vector signed char)__c & __a));
672 __vector __bool char __c) {
673 return (((__vector signed char)__c & __b) |
674 (~(__vector signed char)__c & __a));
679 __vector unsigned char __c) {
680 return (((__vector __bool char)__c & __b) |
681 (~(__vector __bool char)__c & __a));
686 __vector __bool char __c) {
687 return (__c & __b) | (~__c & __a);
692 __vector unsigned char __c) {
693 return (__c & __b) | (~__c & __a);
698 __vector __bool char __c) {
699 return (((__vector unsigned char)__c & __b) |
700 (~(__vector unsigned char)__c & __a));
705 __vector unsigned short __c) {
706 return (((__vector signed short)__c & __b) |
707 (~(__vector signed short)__c & __a));
712 __vector __bool short __c) {
713 return (((__vector signed short)__c & __b) |
714 (~(__vector signed short)__c & __a));
719 __vector unsigned short __c) {
720 return (((__vector __bool short)__c & __b) |
721 (~(__vector __bool short)__c & __a));
726 __vector __bool short __c) {
727 return (__c & __b) | (~__c & __a);
732 __vector unsigned short __c) {
733 return (__c & __b) | (~__c & __a);
738 __vector __bool short __c) {
739 return (((__vector unsigned short)__c & __b) |
740 (~(__vector unsigned short)__c & __a));
745 __vector unsigned int __c) {
746 return (((__vector signed int)__c & __b) |
747 (~(__vector signed int)__c & __a));
752 __vector __bool int __c) {
753 return (((__vector signed int)__c & __b) |
754 (~(__vector signed int)__c & __a));
759 __vector unsigned int __c) {
760 return (((__vector __bool int)__c & __b) |
761 (~(__vector __bool int)__c & __a));
766 __vector __bool int __c) {
767 return (__c & __b) | (~__c & __a);
772 __vector unsigned int __c) {
773 return (__c & __b) | (~__c & __a);
778 __vector __bool int __c) {
779 return (((__vector unsigned int)__c & __b) |
780 (~(__vector unsigned int)__c & __a));
785 __vector unsigned long long __c) {
786 return (((__vector signed long long)__c & __b) |
787 (~(__vector signed long long)__c & __a));
792 __vector __bool long long __c) {
793 return (((__vector signed long long)__c & __b) |
794 (~(__vector signed long long)__c & __a));
799 __vector unsigned long long __c) {
800 return (((__vector __bool long long)__c & __b) |
801 (~(__vector __bool long long)__c & __a));
806 __vector __bool long long __c) {
807 return (__c & __b) | (~__c & __a);
812 __vector unsigned long long __c) {
813 return (__c & __b) | (~__c & __a);
818 __vector __bool long long __c) {
819 return (((__vector unsigned long long)__c & __b) |
820 (~(__vector unsigned long long)__c & __a));
825 vec_sel(__vector float __a, __vector float __b, __vector unsigned int __c) {
826 return (__vector float)((__c & (__vector unsigned int)__b) |
827 (~__c & (__vector unsigned int)__a));
831 vec_sel(__vector float __a, __vector float __b, __vector __bool int __c) {
834 __vector unsigned int __cc = (__vector unsigned int)__c;
841 __vector unsigned long long __c) {
842 return (__vector double)((__c & (__vector unsigned long long)__b) |
843 (~__c & (__vector unsigned long long)__a));
848 __vector __bool long long __c) {
851 __vector unsigned long long __cc = (__vector unsigned long long)__c;
6614 unsigned char __c) __constant(__c);
6618 unsigned char __c) __constant(__c);
6622 unsigned char __c) __constant(__c);
6626 unsigned char __c) __constant(__c);
6630 unsigned char __c) __constant(__c);
6634 unsigned char __c) __constant(__c);
6638 unsigned char __c) __constant(__c);
6642 unsigned char __c) __constant(__c);
7032 vec_sld(__vector signed char __a, __vector signed char __b, int __c)
7033 __constant_range(__c, 0, 15);
7036 vec_sld(__vector __bool char __a, __vector __bool char __b, int __c)
7037 __constant_range(__c, 0, 15);
7040 vec_sld(__vector unsigned char __a, __vector unsigned char __b, int __c)
7041 __constant_range(__c, 0, 15);
7044 vec_sld(__vector signed short __a, __vector signed short __b, int __c)
7045 __constant_range(__c, 0, 15);
7048 vec_sld(__vector __bool short __a, __vector __bool short __b, int __c)
7049 __constant_range(__c, 0, 15);
7052 vec_sld(__vector unsigned short __a, __vector unsigned short __b, int __c)
7053 __constant_range(__c, 0, 15);
7056 vec_sld(__vector signed int __a, __vector signed int __b, int __c)
7057 __constant_range(__c, 0, 15);
7060 vec_sld(__vector __bool int __a, __vector __bool int __b, int __c)
7061 __constant_range(__c, 0, 15);
7064 vec_sld(__vector unsigned int __a, __vector unsigned int __b, int __c)
7065 __constant_range(__c, 0, 15);
7068 vec_sld(__vector signed long long __a, __vector signed long long __b, int __c)
7069 __constant_range(__c, 0, 15);
7072 vec_sld(__vector __bool long long __a, __vector __bool long long __b, int __c)
7073 __constant_range(__c, 0, 15);
7077 int __c)
7078 __constant_range(__c, 0, 15);
7082 vec_sld(__vector float __a, __vector float __b, int __c)
7083 __constant_range(__c, 0, 15);
7087 vec_sld(__vector double __a, __vector double __b, int __c)
7088 __constant_range(__c, 0, 15);
7097 vec_sldw(__vector signed char __a, __vector signed char __b, int __c)
7098 __constant_range(__c, 0, 3);
7101 vec_sldw(__vector unsigned char __a, __vector unsigned char __b, int __c)
7102 __constant_range(__c, 0, 3);
7105 vec_sldw(__vector signed short __a, __vector signed short __b, int __c)
7106 __constant_range(__c, 0, 3);
7109 vec_sldw(__vector unsigned short __a, __vector unsigned short __b, int __c)
7110 __constant_range(__c, 0, 3);
7113 vec_sldw(__vector signed int __a, __vector signed int __b, int __c)
7114 __constant_range(__c, 0, 3);
7117 vec_sldw(__vector unsigned int __a, __vector unsigned int __b, int __c)
7118 __constant_range(__c, 0, 3);
7121 vec_sldw(__vector signed long long __a, __vector signed long long __b, int __c)
7122 __constant_range(__c, 0, 3);
7126 int __c)
7127 __constant_range(__c, 0, 3);
7131 vec_sldw(__vector double __a, __vector double __b, int __c)
7132 __constant_range(__c, 0, 3);
7143 vec_sldb(__vector signed char __a, __vector signed char __b, int __c)
7144 __constant_range(__c, 0, 7);
7147 vec_sldb(__vector unsigned char __a, __vector unsigned char __b, int __c)
7148 __constant_range(__c, 0, 7);
7151 vec_sldb(__vector signed short __a, __vector signed short __b, int __c)
7152 __constant_range(__c, 0, 7);
7155 vec_sldb(__vector unsigned short __a, __vector unsigned short __b, int __c)
7156 __constant_range(__c, 0, 7);
7159 vec_sldb(__vector signed int __a, __vector signed int __b, int __c)
7160 __constant_range(__c, 0, 7);
7163 vec_sldb(__vector unsigned int __a, __vector unsigned int __b, int __c)
7164 __constant_range(__c, 0, 7);
7167 vec_sldb(__vector signed long long __a, __vector signed long long __b, int __c)
7168 __constant_range(__c, 0, 7);
7172 int __c)
7173 __constant_range(__c, 0, 7);
7176 vec_sldb(__vector float __a, __vector float __b, int __c)
7177 __constant_range(__c, 0, 7);
7180 vec_sldb(__vector double __a, __vector double __b, int __c)
7181 __constant_range(__c, 0, 7);
7924 vec_srdb(__vector signed char __a, __vector signed char __b, int __c)
7925 __constant_range(__c, 0, 7);
7928 vec_srdb(__vector unsigned char __a, __vector unsigned char __b, int __c)
7929 __constant_range(__c, 0, 7);
7932 vec_srdb(__vector signed short __a, __vector signed short __b, int __c)
7933 __constant_range(__c, 0, 7);
7936 vec_srdb(__vector unsigned short __a, __vector unsigned short __b, int __c)
7937 __constant_range(__c, 0, 7);
7940 vec_srdb(__vector signed int __a, __vector signed int __b, int __c)
7941 __constant_range(__c, 0, 7);
7944 vec_srdb(__vector unsigned int __a, __vector unsigned int __b, int __c)
7945 __constant_range(__c, 0, 7);
7948 vec_srdb(__vector signed long long __a, __vector signed long long __b, int __c)
7949 __constant_range(__c, 0, 7);
7953 int __c)
7954 __constant_range(__c, 0, 7);
7957 vec_srdb(__vector float __a, __vector float __b, int __c)
7958 __constant_range(__c, 0, 7);
7961 vec_srdb(__vector double __a, __vector double __b, int __c)
7962 __constant_range(__c, 0, 7);
8402 __vector unsigned char __c) {
8406 (unsigned __int128)__c);
8413 __vector unsigned char __c) {
8417 (unsigned __int128)__c);
8500 __vector unsigned short __c) {
8501 return __builtin_s390_vgfmab(__a, __b, __c);
8506 __vector unsigned int __c) {
8507 return __builtin_s390_vgfmah(__a, __b, __c);
8512 __vector unsigned long long __c) {
8513 return __builtin_s390_vgfmaf(__a, __b, __c);
8521 __vector unsigned char __c) {
8524 __builtin_s390_vgfmag(__a, __b, (unsigned __int128)__c);
8531 __vector signed char __c) {
8532 return __a * __b + __c;
8537 __vector signed char __c) {
8538 return (__vector signed char)__a * __b + __c;
8543 __vector unsigned char __c) {
8544 return __a * (__vector signed char)__b + (__vector signed char)__c;
8549 __vector unsigned char __c) {
8550 return __a * __b + __c;
8555 __vector signed short __c) {
8556 return __a * __b + __c;
8561 __vector signed short __c) {
8562 return (__vector signed short)__a * __b + __c;
8567 __vector unsigned short __c) {
8568 return __a * (__vector signed short)__b + (__vector signed short)__c;
8573 __vector unsigned short __c) {
8574 return __a * __b + __c;
8579 __vector signed int __c) {
8580 return __a * __b + __c;
8585 __vector signed int __c) {
8586 return (__vector signed int)__a * __b + __c;
8591 __vector unsigned int __c) {
8592 return __a * (__vector signed int)__b + (__vector signed int)__c;
8597 __vector unsigned int __c) {
8598 return __a * __b + __c;
8605 __vector signed char __c) {
8606 return __builtin_s390_vmahb(__a, __b, __c);
8611 __vector unsigned char __c) {
8612 return __builtin_s390_vmalhb(__a, __b, __c);
8617 __vector signed short __c) {
8618 return __builtin_s390_vmahh(__a, __b, __c);
8623 __vector unsigned short __c) {
8624 return __builtin_s390_vmalhh(__a, __b, __c);
8629 __vector signed int __c) {
8630 return __builtin_s390_vmahf(__a, __b, __c);
8635 __vector unsigned int __c) {
8636 return __builtin_s390_vmalhf(__a, __b, __c);
8643 __vector signed short __c) {
8644 return __builtin_s390_vmaeb(__a, __b, __c);
8649 __vector unsigned short __c) {
8650 return __builtin_s390_vmaleb(__a, __b, __c);
8655 __vector signed int __c) {
8656 return __builtin_s390_vmaeh(__a, __b, __c);
8661 __vector unsigned int __c) {
8662 return __builtin_s390_vmaleh(__a, __b, __c);
8667 __vector signed long long __c) {
8668 return __builtin_s390_vmaef(__a, __b, __c);
8673 __vector unsigned long long __c) {
8674 return __builtin_s390_vmalef(__a, __b, __c);
8681 __vector signed short __c) {
8682 return __builtin_s390_vmaob(__a, __b, __c);
8687 __vector unsigned short __c) {
8688 return __builtin_s390_vmalob(__a, __b, __c);
8693 __vector signed int __c) {
8694 return __builtin_s390_vmaoh(__a, __b, __c);
8699 __vector unsigned int __c) {
8700 return __builtin_s390_vmaloh(__a, __b, __c);
8705 __vector signed long long __c) {
8706 return __builtin_s390_vmaof(__a, __b, __c);
8711 __vector unsigned long long __c) {
8712 return __builtin_s390_vmalof(__a, __b, __c);
8816 __vector unsigned char __c, int __d)
8869 __vector unsigned char __c) {
8873 (unsigned __int128)__c);
8880 __vector unsigned char __c) {
8884 (unsigned __int128)__c);
8995 vec_madd(__vector float __a, __vector float __b, __vector float __c) {
8996 return __builtin_s390_vfmasb(__a, __b, __c);
9001 vec_madd(__vector double __a, __vector double __b, __vector double __c) {
9002 return __builtin_s390_vfmadb(__a, __b, __c);
9009 vec_msub(__vector float __a, __vector float __b, __vector float __c) {
9010 return __builtin_s390_vfmssb(__a, __b, __c);
9015 vec_msub(__vector double __a, __vector double __b, __vector double __c) {
9016 return __builtin_s390_vfmsdb(__a, __b, __c);
9023 vec_nmadd(__vector float __a, __vector float __b, __vector float __c) {
9024 return __builtin_s390_vfnmasb(__a, __b, __c);
9028 vec_nmadd(__vector double __a, __vector double __b, __vector double __c) {
9029 return __builtin_s390_vfnmadb(__a, __b, __c);
9037 vec_nmsub(__vector float __a, __vector float __b, __vector float __c) {
9038 return __builtin_s390_vfnmssb(__a, __b, __c);
9042 vec_nmsub(__vector double __a, __vector double __b, __vector double __c) {
9043 return __builtin_s390_vfnmsdb(__a, __b, __c);
9339 vec_fp_test_data_class(__vector float __a, int __b, int *__c)
9343 vec_fp_test_data_class(__vector double __a, int __b, int *__c)
10012 __vector unsigned char __c) {
10013 return (__vector __bool char)__builtin_s390_vstrcb(__a, __b, __c, 4);
10018 __vector unsigned short __c) {
10019 return (__vector __bool short)__builtin_s390_vstrch(__a, __b, __c, 4);
10024 __vector unsigned int __c) {
10025 return (__vector __bool int)__builtin_s390_vstrcf(__a, __b, __c, 4);
10032 __vector unsigned char __c, int *__cc) {
10033 return (__vector __bool char)__builtin_s390_vstrcbs(__a, __b, __c, 4, __cc);
10038 __vector unsigned short __c, int *__cc) {
10039 return (__vector __bool short)__builtin_s390_vstrchs(__a, __b, __c, 4, __cc);
10044 __vector unsigned int __c, int *__cc) {
10045 return (__vector __bool int)__builtin_s390_vstrcfs(__a, __b, __c, 4, __cc);
10052 __vector unsigned char __c) {
10053 return __builtin_s390_vstrcb(__a, __b, __c, 0);
10058 __vector unsigned short __c) {
10059 return __builtin_s390_vstrch(__a, __b, __c, 0);
10064 __vector unsigned int __c) {
10065 return __builtin_s390_vstrcf(__a, __b, __c, 0);
10072 __vector unsigned char __c, int *__cc) {
10073 return __builtin_s390_vstrcbs(__a, __b, __c, 0, __cc);
10078 __vector unsigned short __c, int *__cc) {
10079 return __builtin_s390_vstrchs(__a, __b, __c, 0, __cc);
10084 __vector unsigned int __c, int *__cc) {
10085 return __builtin_s390_vstrcfs(__a, __b, __c, 0, __cc);
10092 __vector unsigned char __c) {
10093 return __builtin_s390_vstrczb(__a, __b, __c, 0);
10098 __vector unsigned short __c) {
10099 return __builtin_s390_vstrczh(__a, __b, __c, 0);
10104 __vector unsigned int __c) {
10105 return __builtin_s390_vstrczf(__a, __b, __c, 0);
10112 __vector unsigned char __c, int *__cc) {
10113 return __builtin_s390_vstrczbs(__a, __b, __c, 0, __cc);
10118 __vector unsigned short __c, int *__cc) {
10119 return __builtin_s390_vstrczhs(__a, __b, __c, 0, __cc);
10124 __vector unsigned int __c, int *__cc) {
10125 return __builtin_s390_vstrczfs(__a, __b, __c, 0, __cc);
10132 __vector unsigned char __c) {
10133 return (__vector __bool char)__builtin_s390_vstrcb(__a, __b, __c, 12);
10138 __vector unsigned short __c) {
10139 return (__vector __bool short)__builtin_s390_vstrch(__a, __b, __c, 12);
10144 __vector unsigned int __c) {
10145 return (__vector __bool int)__builtin_s390_vstrcf(__a, __b, __c, 12);
10152 __vector unsigned char __c, int *__cc) {
10154 __builtin_s390_vstrcbs(__a, __b, __c, 12, __cc);
10159 __vector unsigned short __c, int *__cc) {
10161 __builtin_s390_vstrchs(__a, __b, __c, 12, __cc);
10166 __vector unsigned int __c, int *__cc) {
10168 __builtin_s390_vstrcfs(__a, __b, __c, 12, __cc);
10175 __vector unsigned char __c) {
10176 return __builtin_s390_vstrcb(__a, __b, __c, 8);
10181 __vector unsigned short __c) {
10182 return __builtin_s390_vstrch(__a, __b, __c, 8);
10187 __vector unsigned int __c) {
10188 return __builtin_s390_vstrcf(__a, __b, __c, 8);
10195 __vector unsigned char __c, int *__cc) {
10196 return __builtin_s390_vstrcbs(__a, __b, __c, 8, __cc);
10201 __vector unsigned short __c, int *__cc) {
10202 return __builtin_s390_vstrchs(__a, __b, __c, 8, __cc);
10207 __vector unsigned int __c, int *__cc) {
10208 return __builtin_s390_vstrcfs(__a, __b, __c, 8, __cc);
10215 __vector unsigned char __c) {
10216 return __builtin_s390_vstrczb(__a, __b, __c, 8);
10221 __vector unsigned short __c) {
10222 return __builtin_s390_vstrczh(__a, __b, __c, 8);
10227 __vector unsigned int __c) {
10228 return __builtin_s390_vstrczf(__a, __b, __c, 8);
10236 __vector unsigned char __c, int *__cc) {
10237 return __builtin_s390_vstrczbs(__a, __b, __c, 8, __cc);
10243 __vector unsigned short __c, int *__cc) {
10244 return __builtin_s390_vstrczhs(__a, __b, __c, 8, __cc);
10250 __vector unsigned int __c, int *__cc) {
10251 return __builtin_s390_vstrczfs(__a, __b, __c, 8, __cc);
11017 __vector unsigned char __c, int *__cc) {
11019 (__vector unsigned char)__b, __c, __cc);
11024 __vector unsigned char __c, int *__cc) {
11026 (__vector unsigned char)__b, __c, __cc);
11031 __vector unsigned char __c, int *__cc) {
11032 return __builtin_s390_vstrsb(__a, __b, __c, __cc);
11037 __vector unsigned char __c, int *__cc) {
11039 (__vector unsigned short)__b, __c, __cc);
11044 __vector unsigned char __c, int *__cc) {
11046 (__vector unsigned short)__b, __c, __cc);
11051 __vector unsigned char __c, int *__cc) {
11052 return __builtin_s390_vstrsh(__a, __b, __c, __cc);
11057 __vector unsigned char __c, int *__cc) {
11059 (__vector unsigned int)__b, __c, __cc);
11064 __vector unsigned char __c, int *__cc) {
11066 (__vector unsigned int)__b, __c, __cc);
11071 __vector unsigned char __c, int *__cc) {
11072 return __builtin_s390_vstrsf(__a, __b, __c, __cc);
11084 __vector unsigned char __c, int *__cc) {
11086 (__vector unsigned char)__b, __c, __cc);
11092 __vector unsigned char __c, int *__cc) {
11094 (__vector unsigned char)__b, __c, __cc);
11100 __vector unsigned char __c, int *__cc) {
11101 return __builtin_s390_vstrszb(__a, __b, __c, __cc);
11107 __vector unsigned char __c, int *__cc) {
11109 (__vector unsigned short)__b, __c, __cc);
11115 __vector unsigned char __c, int *__cc) {
11117 (__vector unsigned short)__b, __c, __cc);
11123 __vector unsigned char __c, int *__cc) {
11124 return __builtin_s390_vstrszh(__a, __b, __c, __cc);
11130 __vector unsigned char __c, int *__cc) {
11132 (__vector unsigned int)__b, __c, __cc);
11138 __vector unsigned char __c, int *__cc) {
11140 (__vector unsigned int)__b, __c, __cc);
11146 __vector unsigned char __c, int *__cc) {
11147 return __builtin_s390_vstrszf(__a, __b, __c, __cc);