Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SEXTLOAD

83   // PowerPC has an i16 but no i8 (or i1) SEXTLOAD
84 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
85 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
1123 LD->getExtensionType() == ISD::SEXTLOAD &&