Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:ROTL

109 //   (or (rotl Input, Rotate), ~Mask)
113 // (and (rotl Input, Rotate), Mask)
792 case ISD::ROTL: {
844 // Treat (shl X, count) as (rotl X, size-count) as long as the bottom
849 // Treat (shl X, count) as (and (rotl X, count), ~0<<count).
871 // Treat (srl|sra X, count) as (rotl X, size-count) as long as the top
876 // Treat (srl X, count), mask) as (and (rotl X, size-count), ~0>>count),
1209 case ISD::ROTL: