Home
last modified time | relevance | path

Searched refs:__cc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h834 __vector unsigned int __cc = (__vector unsigned int)__c; in vec_sel() local
835 return (__vector float)((__cc & __bc) | (~__cc & __ac)); in vec_sel()
851 __vector unsigned long long __cc = (__vector unsigned long long)__c; in vec_sel() local
852 return (__vector double)((__cc & __bc) | (~__cc & __ac)); in vec_sel()
2204 vec_packs_cc(__vector signed short __a, __vector signed short __b, int *__cc) { in vec_packs_cc() argument
2205 return __builtin_s390_vpkshs(__a, __b, __cc); in vec_packs_cc()
2210 int *__cc) { in vec_packs_cc() argument
2211 return __builtin_s390_vpklshs(__a, __b, __cc); in vec_packs_cc()
2215 vec_packs_cc(__vector signed int __a, __vector signed int __b, int *__cc) { in vec_packs_cc() argument
2216 return __builtin_s390_vpksfs(__a, __b, __cc); in vec_packs_cc()
[all …]