Home | History | Annotate | Download | only in X86

Lines Matching refs:SHLD

13292   // X86ISD::SHLD and X86ISD::SHRD have defined overflow behavior but the
13303 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
13311 // rely on the results of shld/shrd. Insert a test and select the appropriate
22080 case X86ISD::SHLD: return "X86ISD::SHLD";
28440 // SHLD/SHRD instructions have lower register pressure, but on some
28443 // Don't fold (or (x << c) | (y >> (64 - c))) if SHLD/SHRD instructions
28467 unsigned Opc = X86ISD::SHLD;