blob: 259a957e803e72a8b47c2380e19c71bf67edae89 [file] [log] [blame]
# Source file used to test the rol and ror macros.
foo:
rol $4,$5
rol $4,$5,$6
rol $4,1
rol $4,$5,1
ror $4,$5
ror $4,$5,$6
ror $4,1
ror $4,$5,1