ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / arm / mov.cgs
blobd2a83d3713c2fdde5d00fdaf73ce6196073d8b24
1 # arm testcase for mov$cond${set-cc?} $rd,$imm12
2 # mach: unfinished
4         .include "testutils.inc"
6         start
8         .global mov_imm
9 mov_imm:
10         mov00 pc,0
12         pass
13 # arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}
14 # mach: unfinished
16         .include "testutils.inc"
18         start
20         .global mov_reg_imm_shift
21 mov_reg_imm_shift:
22         mov00 pc,pc,pc,lsl 0
24         pass
25 # arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
26 # mach: unfinished
28         .include "testutils.inc"
30         start
32         .global mov_reg_reg_shift
33 mov_reg_reg_shift:
34         mov00 pc,pc,pc,lsl pc
36         pass