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