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.
49 lines
732 B
ArmAsm
49 lines
732 B
ArmAsm
# sh testcase for shlr2
|
|
# mach: all
|
|
# as(sh): -defsym sim_cpu=0
|
|
# as(shdsp): -defsym sim_cpu=1 -dsp
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
shrl2:
|
|
set_grs_a5a5
|
|
shlr2 r0
|
|
assertreg0 0x29696969
|
|
shlr2 r0
|
|
assertreg0 0x0a5a5a5a
|
|
shlr2 r0
|
|
assertreg0 0x02969696
|
|
shlr2 r0
|
|
assertreg0 0x00a5a5a5
|
|
shlr2 r0
|
|
assertreg0 0x00296969
|
|
shlr2 r0
|
|
assertreg0 0x000a5a5a
|
|
shlr2 r0
|
|
assertreg0 0x00029696
|
|
shlr2 r0
|
|
assertreg0 0x0000a5a5
|
|
shlr2 r0
|
|
assertreg0 0x00002969
|
|
shlr2 r0
|
|
assertreg0 0x00000a5a
|
|
shlr2 r0
|
|
assertreg0 0x00000296
|
|
shlr2 r0
|
|
assertreg0 0x000000a5
|
|
shlr2 r0
|
|
assertreg0 0x00000029
|
|
shlr2 r0
|
|
assertreg0 0x0000000a
|
|
shlr2 r0
|
|
assertreg0 0x00000002
|
|
shlr2 r0
|
|
assertreg0 0
|
|
|
|
set_greg 0xa5a5a5a5 r0
|
|
test_grs_a5a5
|
|
pass
|
|
exit 0
|