blob: 3b457972d8bf0953cbab7795c1b321d1062d913d [file] [log] [blame]
# cr16 testcase for ashud $dr,$sr
# mach(): cr16
.include "testutils.inc"
start
.global ashud
ashud:
movd $0xf1234567, (r4,r3)
ashud $20, (r4,r3)
cmpd $0x56700000, (r4,r3)
beq ok
not_ok:
fail
ok:
movd $0xf1234567, (r4,r3)
ashud $-20, (r4,r3)
test_h_grp "(r4,r3)", -238
pass