binutils-gdb/sim/testsuite/cris/asm/jumppv32.ms
Mike Frysinger 1368b914e9 sim: testsuite: flatten tree
Now that all port tests live under testsuite/sim/*/, and none live
in testsuite/ directly, flatten the structure by moving all of the
dirs under testsuite/sim/ to testsuite/ directly.

We need to stop passing --tool to dejagnu so that it searches all
dirs and not just ones that start with "sim".  Since we have no
other dirs in this tree, and no plans to add any, should be fine.
2021-01-15 19:18:34 -05:00

29 lines
273 B
Plaintext

# mach: crisv32
# output: 2222\n
# Test that jump Pd works.
.include "testutils.inc"
start
x:
setf zvnc
move 0f,srp
test_cc 1 1 1 1
jump srp
nop
quit
0:
test_cc 1 1 1 1
move 1f,mof
jump mof
nop
quit
.space 32768,0
quit
1:
move.d 0x2222,r3
dumpr3
quit