Searched defs:RotateRight (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc253 static uint64_t RotateRight(uint64_t value, unsigned rotate, unsigned width) { function in namespace:art
303 return RotateRight(bits, imm_r, 64);
311 return RepeatBitsAcrossReg(is_wide, RotateRight(bits, imm_r & mask, width), width);

Completed in 5 milliseconds