* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cris / asm / jumppv32.ms
1 # mach: crisv32
2 # output: 2222\n
3
4 # Test that jump Pd works.
5
6 .include "testutils.inc"
7 start
8 x:
9 setf zvnc
10 move 0f,srp
11 test_cc 1 1 1 1
12 jump srp
13 nop
14 quit
15
16 0:
17 test_cc 1 1 1 1
18 move 1f,mof
19 jump mof
20 nop
21 quit
22
23 .space 32768,0
24 quit
25 1:
26 move.d 0x2222,r3
27 dumpr3
28 quit
This page took 0.030508 seconds and 4 git commands to generate.