Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NegativeMask

1246   APInt NegativeMask(BitWidth, 0ULL);
1260 NegativeMask.setBit(i);
1274 bool NeedNegativeMask = NegativeMask.getBoolValue();
1293 encodeULEB128(NegativeMask.getZExtValue(), S);
1978 << " InsnType NegativeMask = decodeULEB128(Ptr, &Len);\n"
1980 << " bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);\n"