mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +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.
27 lines
420 B
Plaintext
27 lines
420 B
Plaintext
# frv testcase for mrdacc $ACC40i,$FRintk
|
|
# mach: all
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global mrdacc
|
|
mrdacc:
|
|
set_accg_immed 0,accg0
|
|
set_acc_immed 0,acc0
|
|
set_accg_immed -1,accg3
|
|
set_acc_immed -1,acc3
|
|
set_accg_immed 0x12,accg2
|
|
set_acc_immed 0xdeadbeef,acc2
|
|
|
|
mrdacc acc0,fr10
|
|
test_fr_iimmed 0,fr10
|
|
|
|
mrdacc acc3,fr10
|
|
test_fr_iimmed 0xffffffff,fr10
|
|
|
|
mrdacc acc2,fr10
|
|
test_fr_iimmed 0xdeadbeef,fr10
|
|
|
|
pass
|