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.h920 __vector unsigned int __cc = (__vector unsigned int)__c; in vec_sel() local
921 return (__vector float)((__cc & __bc) | (~__cc & __ac)); in vec_sel()
937 __vector unsigned long long __cc = (__vector unsigned long long)__c; in vec_sel() local
938 return (__vector double)((__cc & __bc) | (~__cc & __ac)); in vec_sel()
2417 vec_packs_cc(__vector signed short __a, __vector signed short __b, int *__cc) { in vec_packs_cc() argument
2418 return __builtin_s390_vpkshs(__a, __b, __cc); in vec_packs_cc()
2423 int *__cc) { in vec_packs_cc() argument
2424 return __builtin_s390_vpklshs(__a, __b, __cc); in vec_packs_cc()
2428 vec_packs_cc(__vector signed int __a, __vector signed int __b, int *__cc) { in vec_packs_cc() argument
2429 return __builtin_s390_vpksfs(__a, __b, __cc); in vec_packs_cc()
[all …]