Update testcase comment.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / cr16 / ashud_i.cgs
CommitLineData
fae9ec8d 1# cr16 testcase for ashud $sr,$dr
49b964e7
SR
2# mach(): cr16
3
4 .include "testutils.inc"
5
6 start
7
8 .global ashud
9ashud:
10
11 movd $0xf1234567, (r4,r3)
12 ashud $20, (r4,r3)
13
14 cmpd $0x56700000, (r4,r3)
15 beq ok
16not_ok:
17 fail
18ok:
19 movd $0xf1234567, (r4,r3)
20 ashud $-20, (r4,r3)
21
22 test_h_grp "(r4,r3)", -238
23
24 pass
This page took 0.02724 seconds and 4 git commands to generate.