1# cr16 testcase for movd $imm32, regp 2# mach(): cr16 3 4 .include "testutils.inc" 5 6 start 7 8 .global movd 9movd: 10 movd $0x12345678, (r4,r3) 11 12 movd (r4,r3), (r6,r5) 13 14 test_h_grp "(r6,r5)", 0x12345678 15 16 pass 17