Searched refs:__eqw (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 2142 vector unsigned int __eqw = (vector unsigned int)vec_cmpeq( in vec_cmpgt() local 2145 __ugtw = __builtin_shufflevector(__ugtw, __ugtw, 3, 0, 1, 2) & __eqw; in vec_cmpgt() 2150 __ugtw = __builtin_shufflevector(__ugtw, __ugtw, 1, 2, 3, 0) & __eqw; in vec_cmpgt() 2161 vector unsigned int __eqw = (vector unsigned int)vec_cmpeq( in vec_cmpgt() local 2164 __eqw = __builtin_shufflevector(__ugtw, __ugtw, 3, 0, 1, 2) & __eqw; in vec_cmpgt() 2165 __ugtw |= __eqw; in vec_cmpgt() 2169 __eqw = __builtin_shufflevector(__ugtw, __ugtw, 1, 2, 3, 0) & __eqw; in vec_cmpgt() 2170 __ugtw |= __eqw; in vec_cmpgt()
|