arm: Support pac_key_* register operand for MRS/MSR in Armv8.1-M Mainline
[binutils-gdb.git] / sim / testsuite / h8300 / nop.s
blob1d63b67fca909f3774c55eec47a6479783c645d2
1 # Hitachi H8 testcase 'nop'
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 nop: set_grs_a5a5
16 set_ccr_zero
18 nop
20 test_cc_clear
21 test_grs_a5a5
24 pass
26 exit 0