Searched refs:_bittest64 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | bittest-intrinsics.c | 19 sink = _bittest64(bits64, bitidx); // expected-error {{builtin is not supported on this target}} in x86() 44 sink = _bittest64(bits64, bitidx); in x64() 70 sink = _bittest64(bits64, bitidx); in arm()
|
/external/llvm-project/clang/test/CodeGen/ |
D | bittest-intrin.c | 17 sink = _bittest64(base, idx); in test64()
|
/external/clang/lib/Headers/ |
D | intrin.h | 344 unsigned char _bittest64(__int64 const *, __int64); 572 _bittest64(__int64 const *_BitBase, __int64 _BitPos) { in _bittest64() function
|
/external/llvm-project/clang/lib/Headers/ |
D | intrin.h | 205 unsigned char _bittest64(__int64 const *, __int64);
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 872 LANGBUILTIN(_bittest64, "UcWiC*Wi", "n", ALL_MS_LANGUAGES)
|