Home | History | Annotate | Download | only in SystemZ

Lines Matching full:negativemask

2947   InsnType Val, FieldValue, PositiveMask, NegativeMask; \
3003 NegativeMask = (InsnType)decodeULEB128(Ptr, &Len); \
3005 Fail = (insn & PositiveMask) || (~insn & NegativeMask); \