Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dresource_mask.cc155 uint32_t low_regs = static_cast<uint32_t>(mask.masks_[0]); in GetMask() local
156 uint32_t low_regs_without_lowest = low_regs & (low_regs - 1u); in GetMask()
161 res = (low_regs != 0) ? &kSingleRegMasks[SingleRegMaskIndex(index, CTZ(low_regs))] in GetMask()
166 res = &kTwoRegsMasks[TwoRegsIndex(CTZ(low_regs_without_lowest), CTZ(low_regs))]; in GetMask()