Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / cris / asm / jumppv32.ms
blobc37f42d323a605ef3ed605c044b374de798b5acb
1 # mach: crisv32
2 # output: 2222\n
4 # Test that jump Pd works.
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
17  test_cc 1 1 1 1
18  move 1f,mof
19  jump mof
20  nop
21  quit
23  .space 32768,0
24  quit
26  move.d 0x2222,r3
27  dumpr3
28  quit