mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +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.
41 lines
599 B
ArmAsm
41 lines
599 B
ArmAsm
# sh testcase for fcnvsd
|
|
# mach: sh
|
|
# as(sh): -defsym sim_cpu=0
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
set_grs_a5a5
|
|
set_fprs_a5a5
|
|
double_prec
|
|
fldi1 fr0
|
|
flds fr0, fpul
|
|
fcnvsd fpul, dr2
|
|
assert_dpreg_i 1, dr2
|
|
|
|
# Convert back.
|
|
fcnvds dr2, fpul
|
|
fsts fpul, fr1
|
|
single_prec
|
|
assert_fpreg_i 1, fr1
|
|
fcmp/eq fr0, fr1
|
|
bt .L0
|
|
fail
|
|
.L0:
|
|
test_grs_a5a5
|
|
test_fpr_a5a5 fr4
|
|
test_fpr_a5a5 fr5
|
|
test_fpr_a5a5 fr6
|
|
test_fpr_a5a5 fr7
|
|
test_fpr_a5a5 fr8
|
|
test_fpr_a5a5 fr9
|
|
test_fpr_a5a5 fr10
|
|
test_fpr_a5a5 fr11
|
|
test_fpr_a5a5 fr12
|
|
test_fpr_a5a5 fr13
|
|
test_fpr_a5a5 fr14
|
|
test_fpr_a5a5 fr15
|
|
pass
|
|
exit 0
|
|
|