binutils-gdb/sim/testsuite/cris/asm/cmpq.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

76 lines
998 B
Plaintext

# mach: crisv3 crisv8 crisv10 crisv32
# output: 1\n1\n1\n1f\n1f\nffffffe1\nffffffe1\nffffffe0\n0\n0\nffffffff\nffffffff\n10000\n100\n5678900\n
.include "testutils.inc"
start
moveq 1,r3
cmpq 1,r3
test_cc 0 1 0 0
dumpr3 ; 1
cmpq -1,r3
test_cc 0 0 0 1
dumpr3 ; 1
cmpq 31,r3
test_cc 1 0 0 1
dumpr3 ; 1
moveq 31,r3
cmpq 31,r3
test_cc 0 1 0 0
dumpr3 ; 1f
cmpq -31,r3
test_cc 0 0 0 1
dumpr3 ; 1f
movs.b -31,r3
cmpq -31,r3
test_cc 0 1 0 0
dumpr3 ; ffffffe1
cmpq -32,r3
test_cc 0 0 0 0
dumpr3 ; ffffffe1
movs.b -32,r3
cmpq -32,r3
test_cc 0 1 0 0
dumpr3 ; ffffffe0
moveq 0,r3
cmpq 1,r3
test_cc 1 0 0 1
dumpr3 ; 0
cmpq -32,r3
test_cc 0 0 0 1
dumpr3 ; 0
moveq -1,r3
cmpq 1,r3
test_cc 1 0 0 0
dumpr3 ; ffffffff
cmpq -1,r3
test_cc 0 1 0 0
dumpr3 ; ffffffff
move.d 0x10000,r3
cmpq 1,r3
test_cc 0 0 0 0
dumpr3 ; 10000
move.d 0x100,r3
cmpq 1,r3
test_cc 0 0 0 0
dumpr3 ; 100
move.d 0x5678900,r3
cmpq 7,r3
test_cc 0 0 0 0
dumpr3 ; 5678900
quit