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