Home
last modified time | relevance | path

Searched defs:rotl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DAPInt.cpp1240 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1244 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt
/external/qemu/tcg/arm/
Dtcg-target.c225 static inline uint32_t rotl(uint32_t val, int n) in rotl() function