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.
80 lines
1.6 KiB
Plaintext
80 lines
1.6 KiB
Plaintext
# frv testcase for mclracc $ACC40k,$A
|
|
# mach: frv
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global mclracc
|
|
mclracc:
|
|
set_accg_immed 0xff,accg0
|
|
set_acc_immed -1,acc0
|
|
set_accg_immed 0xff,accg8
|
|
set_acc_immed -1,acc8
|
|
set_accg_immed 0xff,accg31
|
|
set_acc_immed -1,acc31
|
|
set_accg_immed 0xff,accg62
|
|
set_acc_immed -1,acc62
|
|
|
|
mclracc acc63,0 ; nop
|
|
test_accg_immed 0xff,accg0
|
|
test_acc_immed -1,acc0
|
|
test_accg_immed 0xff,accg8
|
|
test_acc_immed -1,acc8
|
|
test_accg_immed 0xff,accg31
|
|
test_acc_immed -1,acc31
|
|
test_accg_immed 0xff,accg62
|
|
test_acc_immed -1,acc62
|
|
|
|
mclracc acc63,1 ; nop
|
|
test_accg_immed 0xff,accg0
|
|
test_acc_immed -1,acc0
|
|
test_accg_immed 0xff,accg8
|
|
test_acc_immed -1,acc8
|
|
test_accg_immed 0xff,accg31
|
|
test_acc_immed -1,acc31
|
|
test_accg_immed 0xff,accg62
|
|
test_acc_immed -1,acc62
|
|
|
|
mclracc acc31,0
|
|
test_accg_immed 0xff,accg0
|
|
test_acc_immed -1,acc0
|
|
test_accg_immed 0xff,accg8
|
|
test_acc_immed -1,acc8
|
|
test_accg_immed 0,accg31
|
|
test_acc_immed 0,acc31
|
|
test_accg_immed 0xff,accg62
|
|
test_acc_immed -1,acc62
|
|
|
|
mclracc acc62,1
|
|
test_accg_immed 0xff,accg0
|
|
test_acc_immed -1,acc0
|
|
test_accg_immed 0xff,accg8
|
|
test_acc_immed -1,acc8
|
|
test_accg_immed 0,accg31
|
|
test_acc_immed 0,acc31
|
|
test_accg_immed 0,accg62
|
|
test_acc_immed 0,acc62
|
|
|
|
mclracc acc0,0
|
|
test_accg_immed 0,accg0
|
|
test_acc_immed 0,acc0
|
|
test_accg_immed 0xff,accg8
|
|
test_acc_immed -1,acc8
|
|
test_accg_immed 0,accg31
|
|
test_acc_immed 0,acc31
|
|
test_accg_immed 0,accg62
|
|
test_acc_immed 0,acc62
|
|
|
|
mclracc acc0,1
|
|
test_accg_immed 0,accg0
|
|
test_acc_immed 0,acc0
|
|
test_accg_immed 0,accg8
|
|
test_acc_immed 0,acc8
|
|
test_accg_immed 0,accg31
|
|
test_acc_immed 0,acc31
|
|
test_accg_immed 0,accg62
|
|
test_acc_immed 0,acc62
|
|
|
|
pass
|