Home
last modified time | relevance | path

Searched refs:_rotl8 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics-rotations.c23 return _rotl8(value, shift); in test_rotl8()
/external/clang/lib/Headers/
Dintrin.h266 unsigned char _rotl8(unsigned char _Value, unsigned char _Shift);
448 _rotl8(unsigned char _Value, unsigned char _Shift) { in _rotl8() function
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def942 LANGBUILTIN(_rotl8, "UcUcUc", "n", ALL_MS_LANGUAGES)