Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h2177 vector unsigned int __eqw = (vector unsigned int)vec_cmpeq( in vec_cmpgt() local
2180 __ugtw = __builtin_shufflevector(__ugtw, __ugtw, 3, 0, 1, 2) & __eqw; in vec_cmpgt()
2185 __ugtw = __builtin_shufflevector(__ugtw, __ugtw, 1, 2, 3, 0) & __eqw; in vec_cmpgt()
2196 vector unsigned int __eqw = (vector unsigned int)vec_cmpeq( in vec_cmpgt() local
2199 __eqw = __builtin_shufflevector(__ugtw, __ugtw, 3, 0, 1, 2) & __eqw; in vec_cmpgt()
2200 __ugtw |= __eqw; in vec_cmpgt()
2204 __eqw = __builtin_shufflevector(__ugtw, __ugtw, 1, 2, 3, 0) & __eqw; in vec_cmpgt()
2205 __ugtw |= __eqw; in vec_cmpgt()