blob: 866349cb5fa274eec09e2833492cab37846015be [file] [log] [blame]
# cr16 testcase for addw $sr,$dr
# mach(): cr16
.include "testutils.inc"
start
.global addw
addw:
movw $0x1234,r4
addw $0x1234,r4
test_h_gr r4, 0x2468
pass