Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:NEG

67     bool Neg;
70 bool hasFPModifiers() const { return Abs || Neg; }
77 Operand |= Neg ? SISrcMods::NEG : 0;
375 bool Negate = Imm.Mods.Neg; // Only negate can get here
536 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext;
1065 Mods.Neg = true;