Searched refs:__shiftr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1354 unsigned int __shiftr = __N & 3; local
1356 __shiftr = 3 - __shiftr;
1359 return ((__A >> (__shiftr * 16)) & 0xffff);

Completed in 160 milliseconds