Home
last modified time | relevance | path

Searched defs:rotr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__bit/
H A Drotate.h51 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, int __cnt) noexcept { rotr() function
/llvm-project/libc/src/__support/CPP/
H A Dbit.h238 rotr(T value, int rotate) { rotr() function
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s164 rotr $9, $6, 7 # CHECK: rotr $9, $6, 7 # encoding: [0x01,0x26,0x38,0xc0] label
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1124 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt
1120 APInt APInt::rotr(const APInt &rotateAmt) const { rotr() function in APInt