Home | History | Annotate | Download | only in SystemZ

Lines Matching full:rotl

1229   def RLL  : BinaryRSY<"rll",  0xEB1D, rotl, GR32>;
1230 def RLLG : BinaryRSY<"rllg", 0xEB1C, rotl, GR64>;
1743 def : Pat<(rotl GR32:$val, (and GR32:$shift, uimm32:$imm)),
1746 def : Pat<(rotl GR64:$val, (and GR32:$shift, uimm32:$imm)),