Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:CTPOP

280   // CTPOP has to be custom lowered.
284 setOperationAction(ISD::CTPOP, MVT::i8, Custom);
285 setOperationAction(ISD::CTPOP, MVT::i16, Custom);
286 setOperationAction(ISD::CTPOP, MVT::i32, Custom);
287 setOperationAction(ISD::CTPOP, MVT::i64, Custom);
288 setOperationAction(ISD::CTPOP, MVT::i128, Expand);
2342 //! Custom lowering for CTPOP (count population)
2847 case ISD::CTPOP: