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