Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:allOnes

27 static uint64_t allOnes(unsigned int Count) {
722 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB);
1195 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) {