]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/sh64/compact/tstb.cgs
config:
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / tstb.cgs
1 # sh testcase for tst.b #$imm8, @(r0, gbr) -*- Asm -*-
2 # mach: all
3 # as: -isa=shcompact
4 # ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9
10 .global orb
11 init:
12 # Init GBR and R0.
13 mov #30, r0
14 ldc r0, gbr
15 mov #40, r0
16
17 orb:
18 tst.b #0, @(r0, gbr)
19 bf wrong
20 tst.b #170, @(r0, gbr)
21 bf wrong
22 tst.b #0, @(r0, gbr)
23 bf wrong
24 tst.b #255, @(r0, gbr)
25
26 okay:
27 pass
28 wrong:
29 fail
30