ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / frv / mov.cgs
blob8a077eb5e5431e7ce831074a2ce073489796253b
1 # frv testcase for mov $GRi,$GRk
2 # mach: all
4         .include "testutils.inc"
6         start
8         .global ori
9 ori:
10         set_gr_immed    0xdeadbeef,gr7
11         set_gr_immed    0xbeefdead,gr8
12         set_icc         0x08,0
13         mov             gr7,gr8
14         test_icc        1 0 0 0 icc0
15         test_gr_immed   0xdeadbeef,gr7
16         test_gr_immed   0xdeadbeef,gr8
18         pass