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/test/CodeGen/
bmi-builtins.c
136
return
_andn_u32
(__X, __Y);
/external/clang/lib/Headers/
bmiintrin.h
53
/// unsigned int
_andn_u32
(unsigned int a, unsigned int b);
64
#define
_andn_u32
(a, b) (__andn_u32((a), (b)))
macro
Completed in 3630 milliseconds