Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc265 static uint64_t RepeatBitsAcrossReg(bool is_wide, uint64_t value, unsigned width) { in RepeatBitsAcrossReg() function
316 return RepeatBitsAcrossReg(is_wide, RotateRight(bits, imm_r & mask, width), width); in DecodeLogicalImmediate()