blob: 8b1b63840340a8c3c0c57ac32084b9394059ce9e [file] [log] [blame]
# cr16 testcase for movd $imm32, regp
# 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