Searched refs:hexMask (Results 1 – 1 of 1) sorted by relevance
4261 uint64_t hexMask = ~((1L << numBitsToClear) - 1); in ClearRightImm() local4267 nill(dst, Operand(static_cast<uint16_t>(hexMask))); in ClearRightImm()4269 nilf(dst, Operand(static_cast<uint32_t>(hexMask))); in ClearRightImm()4272 nihf(dst, Operand(hexMask >> 32)); in ClearRightImm()