OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_andn_u64
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
bmi-builtins.c
134
return
_andn_u64
(__X, __Y);
/external/clang/lib/Headers/
bmiintrin.h
95
#define
_andn_u64
(a, b) (__andn_u64((a), (b)))
macro
Intrin.h
367
unsigned __int64
_andn_u64
(unsigned __int64, unsigned __int64);
[
all
...]
Completed in 28 milliseconds