1*4b169a6bSchristos# cr16 testcase for lshb_i $uimm5, regp 2*4b169a6bSchristos# mach(): cr16 3*4b169a6bSchristos 4*4b169a6bSchristos .include "testutils.inc" 5*4b169a6bSchristos 6*4b169a6bSchristos start 7*4b169a6bSchristos 8*4b169a6bSchristos .global lshb_i 9*4b169a6bSchristoslshb_i: 10*4b169a6bSchristos movd $0x12345678,(r4,r3) 11*4b169a6bSchristos lshd $16, (r4,r3) 12*4b169a6bSchristos test_h_grp "(r4,r3)", 0x56780000 13*4b169a6bSchristos 14*4b169a6bSchristos pass 15