Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / rotate.s
1 # test Nios II rotate instructions
2
3 .text
4 foo:
5 rol r4,r4,r4
6 roli r4,r4,31
7 ror r4,r4,r4
8 sll r4,r4,r4
9 slli r4,r4,24
10 sra r4,r4,r4
11 srai r4,r4,10
12 srl r4,r4,r4
13 srli r4,r4,5
This page took 0.0291360000000001 seconds and 4 git commands to generate.