Home
last modified time | relevance | path

Searched refs:_rotwr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGen/X86/
Drot-intrinsics.c107 return _rotwr(value, shift); in test_rotwr()
145 char rotwr_0[_rotwr(0x3210, 4) == 0x0321 ? 1 : -1];
/external/llvm-project/clang/lib/Headers/
Dia32intrin.h434 #define _rotwr(a,b) __rorw((a), (b)) macro
/external/llvm-project/clang/docs/
DReleaseNotes.rst195 ``_rotwr`` and ``_lrotr`` may now be used within constant expressions.
DLanguageExtensions.rst3698 * ``_rotwr``