summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cris/asm/movecpc.ms
blob: cba1c2123058181e69440e4ace8ff072ef1a0de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# mach: crisv3 crisv8 crisv10
# xerror:
# output: General register * PC is not implemented.\nprogram stopped with signal 5.\n

# We deliberately match both "read from" and "write to" above.

 .include "testutils.inc"
 startnostack
 moveq -1,r3
 move.b 0x42,pc
 dumpr3

 move.w 0x4321,pc
 dumpr3

 move.d 0x76543210,pc
 dumpr3

 quit