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