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.
27 lines
429 B
Plaintext
27 lines
429 B
Plaintext
# frv testcase for mrdaccg $ACC40i,$FRintk
|
|
# mach: all
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global mrdaccg
|
|
mrdaccg:
|
|
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
|
|
|
|
mrdaccg accg0,fr10
|
|
test_fr_iimmed 0,fr10
|
|
|
|
mrdaccg accg3,fr10
|
|
test_fr_iimmed 0x000000ff,fr10
|
|
|
|
mrdaccg accg2,fr10
|
|
test_fr_iimmed 0x00000012,fr10
|
|
|
|
pass
|