Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
sim
/
testsuite
/
sim
/
cr16
/
ashuw.cgs
blob: 8f52e35c08c79396c6e42d9a381e59a42ff0664a [
file
]
# cr16 testcase for ashuw $sr,$dr
# mach(): cr16
.
include
"testutils.inc"
start
.
global
ashuw
ashuw
:
movw $0x1ff1
,
r4
movw $12
,
r5
ashuw r5
,
r4
cmpw $0x1000
,
r4
beq ok
not_ok
:
fail
ok
:
movw $0x1ff1
,
r4
movw $
-
12
,
r5
ashuw r5
,
r4
test_h_gr r4
,
0x1
pass