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