Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceUtils.h113 inline uint32_t rotateRight32(uint32_t value, uint32_t shift) { in rotateRight32() function
DIceInstARM32.cpp2986 Str << "#" << Utils::rotateRight32(Imm, 2 * RotateAmt); in emit()