Searched refs:__ugtw (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 2175 vector unsigned int __ugtw = (vector unsigned int)vec_cmpgt( in vec_cmpgt() local 2180 __ugtw = __builtin_shufflevector(__ugtw, __ugtw, 3, 0, 1, 2) & __eqw; in vec_cmpgt() 2181 __sgtw |= (vector signed int)__ugtw; in vec_cmpgt() 2185 __ugtw = __builtin_shufflevector(__ugtw, __ugtw, 1, 2, 3, 0) & __eqw; in vec_cmpgt() 2186 __sgtw |= (vector signed int)__ugtw; in vec_cmpgt() 2194 vector unsigned int __ugtw = (vector unsigned int)vec_cmpgt( in vec_cmpgt() local 2199 __eqw = __builtin_shufflevector(__ugtw, __ugtw, 3, 0, 1, 2) & __eqw; in vec_cmpgt() 2200 __ugtw |= __eqw; in vec_cmpgt() 2201 return (vector bool long long)__builtin_shufflevector(__ugtw, __ugtw, 1, 1, 3, in vec_cmpgt() 2204 __eqw = __builtin_shufflevector(__ugtw, __ugtw, 1, 2, 3, 0) & __eqw; in vec_cmpgt() [all …]
|