Home | History | Annotate | Download | only in X86

Lines Matching defs:Neg

1156     // transformation incurs an extra mov, due to the neg instruction
1186 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
1187 AM.IndexReg = Neg;
1192 InsertDAGNode(*CurDAG, N, Neg);