Home | History | Annotate | Download | only in SystemZ

Lines Matching full:rotl

109 //   (or (rotl Input, Rotate), ~Mask)
113 // (and (rotl Input, Rotate), Mask)
807 case ISD::ROTL: {
859 // Treat (shl X, count) as (rotl X, size-count) as long as the bottom
864 // Treat (shl X, count) as (and (rotl X, count), ~0<<count).
886 // Treat (srl|sra X, count) as (rotl X, size-count) as long as the top
891 // Treat (srl X, count), mask) as (and (rotl X, size-count), ~0>>count),
1269 case ISD::ROTL: