gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance on libc symbols
[binutils-gdb.git] / sim / testsuite / cr16 / lshd_i.cgs
blobaa65933648da2b9294b23a7e51305e70ec15a8c1
1 # cr16 testcase for lshb_i $uimm5, regp
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global lshb_i
9 lshb_i:
10         movd $0x12345678,(r4,r3)
11         lshd $16, (r4,r3)
12         test_h_grp "(r4,r3)", 0x56780000
14         pass