Searched defs:rotr (Results 1 – 10 of 10) sorted by relevance
/external/skia/bench/ |
D | FontCacheBench.cpp | 58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
|
/external/skqp/bench/ |
D | FontCacheBench.cpp | 58 static uint32_t rotr(uint32_t value, unsigned bits) { in rotr() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes_i.h | 70 static inline u32 rotr(u32 val, int bits) in rotr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 164 rotr $9, $6, 7 # CHECK: rotr $9, $6, 7 # encoding: [0x01,0x26,0x38,0xc0] label
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 1008 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt 1012 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 1342 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt 1346 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1284 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt 1288 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1258 APInt APInt::rotr(const APInt &rotateAmt) const { in rotr() function in APInt 1262 APInt APInt::rotr(unsigned rotateAmt) const { in rotr() function in APInt
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2068 void Assembler::rotr(Register rd, Register rt, uint16_t sa) { in rotr() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2145 void Assembler::rotr(Register rd, Register rt, uint16_t sa) { in rotr() function in v8::internal::Assembler
|