mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
1368b914e9
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.
61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
# frv testcase for cnot $GRj,$GRk
|
|
# mach: all
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global cnot
|
|
cnot:
|
|
set_spr_immed 0x1b1b,cccr
|
|
|
|
set_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
cnot gr7,gr7,cc0,1
|
|
test_gr_limmed 0x5555,0x5555,gr7
|
|
|
|
set_gr_limmed 0xdead,0xbeef,gr7
|
|
cnot gr7,gr7,cc4,1
|
|
test_gr_limmed 0x2152,0x4110,gr7
|
|
|
|
set_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
cnot gr7,gr7,cc0,0
|
|
test_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
|
|
set_gr_limmed 0xdead,0xbeef,gr7
|
|
cnot gr7,gr7,cc4,0
|
|
test_gr_limmed 0xdead,0xbeef,gr7
|
|
|
|
set_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
cnot gr7,gr7,cc1,0
|
|
test_gr_limmed 0x5555,0x5555,gr7
|
|
|
|
set_gr_limmed 0xdead,0xbeef,gr7
|
|
cnot gr7,gr7,cc5,0
|
|
test_gr_limmed 0x2152,0x4110,gr7
|
|
|
|
set_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
cnot gr7,gr7,cc1,1
|
|
test_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
|
|
set_gr_limmed 0xdead,0xbeef,gr7
|
|
cnot gr7,gr7,cc5,1
|
|
test_gr_limmed 0xdead,0xbeef,gr7
|
|
|
|
set_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
cnot gr7,gr7,cc2,0
|
|
test_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
|
|
set_gr_limmed 0xdead,0xbeef,gr7
|
|
cnot gr7,gr7,cc6,1
|
|
test_gr_limmed 0xdead,0xbeef,gr7
|
|
|
|
set_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
cnot gr7,gr7,cc3,0
|
|
test_gr_limmed 0xaaaa,0xaaaa,gr7
|
|
|
|
set_gr_limmed 0xdead,0xbeef,gr7
|
|
cnot gr7,gr7,cc7,1
|
|
test_gr_limmed 0xdead,0xbeef,gr7
|
|
|
|
pass
|