OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__unsigned
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
tmmintrin.h
415
__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
);
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
tmmintrin.h
438
__v8hi
__unsigned
= vec_splats ((signed short) 0x00ff);
local
439
__v8hi __C = vec_and (vec_unpackh ((__v16qi) __A),
__unsigned
);
440
__v8hi __D = vec_and (vec_unpackl ((__v16qi) __A),
__unsigned
);
460
const __v8hi
__unsigned
= vec_splats ((signed short) 0x00ff);
local
461
__C = vec_and (__C,
__unsigned
);
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
tmmintrin.h
438
__v8hi
__unsigned
= vec_splats ((signed short) 0x00ff);
local
439
__v8hi __C = vec_and (vec_unpackh ((__v16qi) __A),
__unsigned
);
440
__v8hi __D = vec_and (vec_unpackl ((__v16qi) __A),
__unsigned
);
460
const __v8hi
__unsigned
= vec_splats ((signed short) 0x00ff);
local
461
__C = vec_and (__C,
__unsigned
);
Completed in 63 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026