Home | History | Annotate | Download | only in X86

Lines Matching defs:Neg

1302     // transformation incurs an extra mov, due to the neg instruction
1332 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
1333 AM.IndexReg = Neg;
1338 insertDAGNode(*CurDAG, N, Neg);