OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__andn_u32
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
bmiintrin.h
64
#define _andn_u32(a, b) (
__andn_u32
((a), (b)))
172
__andn_u32
(unsigned int __X, unsigned int __Y)
function
/external/clang/test/CodeGen/
bmi-builtins.c
30
return
__andn_u32
(__X, __Y);
Completed in 576 milliseconds