Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / ashud_i.cgs
blob3beb4e357203a07355e0ecfe2f7d430bf5245a96
1 # cr16 testcase for ashud $sr,$dr
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global ashud
9 ashud:
11         movd  $0xf1234567, (r4,r3)
12         ashud $20, (r4,r3)
14         cmpd $0x56700000, (r4,r3)
15         beq ok
16 not_ok:
17         fail
18 ok:
19         movd  $0xf1234567, (r4,r3)
20         ashud $-20, (r4,r3)
22         test_h_grp "(r4,r3)", -238
24         pass