Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceUtils.h106 inline uint32_t rotateLeft32(uint32_t value, uint32_t shift) { in rotateLeft32() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go1797 func rotateLeft32(v, rotate int64) int64 { func