Home
last modified time | relevance | path

Searched refs:_bittest64 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dbittest-intrinsics.c19 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/
Dbittest-intrin.c17 sink = _bittest64(base, idx); in test64()
/external/clang/lib/Headers/
Dintrin.h344 unsigned char _bittest64(__int64 const *, __int64);
572 _bittest64(__int64 const *_BitBase, __int64 _BitPos) { in _bittest64() function
/external/llvm-project/clang/lib/Headers/
Dintrin.h205 unsigned char _bittest64(__int64 const *, __int64);
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def872 LANGBUILTIN(_bittest64, "UcWiC*Wi", "n", ALL_MS_LANGUAGES)