* Contribute Hitachi SH5 simulator.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / bne.cgs
1 # sh testcase for bne$likely $rm, $rn, $tra -*- Asm -*-
2 # mach: all
3 # as: -isa=shmedia
4 # ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9 init:
10 movi 1, r0
11 pta wrong, tr0
12 pta okay, tr1
13
14 bne1:
15 bne r63, r63, tr0
16 bne2:
17 bne r0, r63, tr1
18 bad:
19 fail
20 okay:
21 pass
22 wrong:
23 fail
This page took 0.030834 seconds and 4 git commands to generate.