Home
last modified time | relevance | path

Searched refs:__rorll (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Darm_acle.h123 __rorll(uint64_t __x, uint32_t __y) { in __rorll() function
135 return __rorll(__x, __y); in __rorl()
/external/clang/test/CodeGen/
Darm_acle.c146 return __rorll(x, y); in test_rorll()