Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dmacro-assembler-s390.cc4261 uint64_t hexMask = ~((1L << numBitsToClear) - 1); in ClearRightImm() local
4267 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()