Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dresource_mask.cc156 uint32_t low_regs_without_lowest = low_regs & (low_regs - 1u); in GetMask() local
157 if (low_regs_without_lowest == 0u && IsPowerOfTwo(mask.masks_[1])) { in GetMask()
163 } else if (IsPowerOfTwo(low_regs_without_lowest) && mask.masks_[1] == 0u) { in GetMask()
165 if (low_regs_without_lowest < (1u << 16)) { in GetMask()
166 res = &kTwoRegsMasks[TwoRegsIndex(CTZ(low_regs_without_lowest), CTZ(low_regs))]; in GetMask()