Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:CTPOP

284   // CTPOP has to be custom lowered.
288 setOperationAction(ISD::CTPOP, MVT::i8, Custom);
289 setOperationAction(ISD::CTPOP, MVT::i16, Custom);
290 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
291 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
292 setOperationAction(ISD::CTPOP, MVT::i128, Expand);
2344 //! Custom lowering for CTPOP (count population)
2850 case ISD::CTPOP: