Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceUtils.h106 inline uint32_t rotateLeft32(uint32_t value, uint32_t shift) { in rotateLeft32() function
DIceInstARM32.cpp378 uint32_t Imm8 = Utils::rotateLeft32(Immediate, 2 * Rot); in canHoldImm()