[gdb/testsuite] Fix gdb.dwarf2/dw2-fixed-point.exp on arm-linux
[binutils-gdb.git] / sim / testsuite / h8300 / das.s
blob9317f198be32f1a9f71b998cc3433ed75077f34f
1 # Hitachi H8 testcase 'das'
2 # mach(): all
3 # as(h8300): --defsym sim_cpu=0
4 # as(h8300h): --defsym sim_cpu=1
5 # as(h8300s): --defsym sim_cpu=2
6 # as(h8sx): --defsym sim_cpu=3
7 # ld(h8300h): -m h8300helf
8 # ld(h8300s): -m h8300self
9 # ld(h8sx): -m h8300sxelf
11 .include "testutils.inc"
13 start
15 das_8:
16 set_grs_a5a5 ; Fill all general regs with a fixed pattern
17 ;; fixme set ccr
19 ;; das Rd
20 das r0l ; register operand
22 ;; fixme test ccr ; H=0 N=1 Z=0 V=0 C=0
24 test_gr_a5a5 0 ; Make sure other general regs not disturbed
25 test_gr_a5a5 1 ; Make sure other general regs not disturbed
26 test_gr_a5a5 2
27 test_gr_a5a5 3
28 test_gr_a5a5 4
29 test_gr_a5a5 5
30 test_gr_a5a5 6
31 test_gr_a5a5 7
33 pass
35 exit 0