Home | History | Annotate | Download | only in yarr

Lines Matching full:mask

183             // optimization: gather 'a','A' etc back together, can mask & test once.
541 int mask = 0;
546 mask |= 32;
548 mask |= 32 << 16;
551 if (mask) {
553 or32(Imm32(mask), character);
554 state.jumpToBacktrack(branch32(NotEqual, character, Imm32(chPair | mask)), this);