* gas/cris/*: New tests for CRIS.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / regreg.s
1 ; @OC@ test
2 ; Template for testing register-to-register instructions.
3
4 ; Note that sizes have to be tested by iterating over them; they
5 ; are not included here in order to cover fixed-size instructions
6 ; too. This may seem wasteful of machine time, but then that time
7 ; is less expensive than any other time and still falling in cost.
8
9 .text
10 start:
11 @OC@ r1,r3
12 @OC@ r0,r0
13 @OC@ r0,r13
14 @OC@ r5,r0
15 @OC@ r13,r13
16 @OC@ r9,r3
17 end:
This page took 0.043606 seconds and 4 git commands to generate.