* gas/mn10300/am_*.s: Test autoincrement memory loads/stores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / shift.s
CommitLineData
a0cb629b
JL
1 .text
2 asr $d1,$d2
3 asr 4,$d2
4 lsr $d2,$d3
5 lsr 4,$d3
6 asl $d3,$d2
7 asl 4,$d2
8 asl2 $d2
9 ror $d1
10 rol $d2
This page took 0.209966 seconds and 4 git commands to generate.