]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/cris/regreg.s
daily update
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / cris / regreg.s
CommitLineData
a471a06b
HPN
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
0465aa2f 10 .syntax no_register_prefix
a471a06b
HPN
11start:
12 @OC@ r1,r3
13 @OC@ r0,r0
14 @OC@ r0,r13
15 @OC@ r5,r0
16 @OC@ r13,r13
17 @OC@ r9,r3
18end: