blob: 44d954953405a17959089bef8c0ed0dee5cb1256 [file] [log] [blame]
# cr16 testcase for movw $sr,$dr
# mach(): cr16
.include "testutils.inc"
start
.global movw
movw:
movw $0x1234, r4
movd $0, (r6,r5)
movxw r4, (r6,r5)
test_h_grp "(r6, r5)", 0x1234
pass