blob: cf9a9755fe24315f306688f3697c61958a9826cb [file] [log] [blame]
# cr16 testcase for addd $sr,$dr
# mach(): cr16
.include "testutils.inc"
start
.global addd
addd:
movd $0x12345678,(r4,r3)
addd $0x44444444,(r4,r3)
test_h_grp "(r4,r3)", 0x56789abc
pass