Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:SRL

230     //! Emit the instruction sequence for i64 srl
743 if ((Op0.getOpcode() == ISD::SRA || Op0.getOpcode() == ISD::SRL)
746 // Catch (truncate:i32 ([sra|srl]:i64 arg, c), where c >= 32
765 if (Op0.getOpcode() == ISD::SRL)
779 } else if (Opc == ISD::SRL) {