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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h415 __v8hi __unsigned = vec_splats ((signed short) 0x00ff); local
416 __v8hi __C = vec_and (vec_unpackh ((__v16qi) __A), __unsigned);
417 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned);
437 const __v8hi __unsigned = vec_splats ((signed short) 0x00ff); local
438 __C = vec_and (__C, __unsigned);

Completed in 103 milliseconds