sim: clean up stale AC_PREREQ refs
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / movb4.cgs
1 # sh testcase for mov.b r0, @($imm8, gbr) -*- Asm -*-
2 # mach: all
3 # as: -isa=shcompact
4 # ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9 mov #0, r0
10 or #170, r0
11 mov r0, r3
12 mov #30, r2
13 ldc r2, gbr
14 mov.b r0, @(40, gbr)
15
16 # Load the value back into a different register.
17 mov.b @(40, gbr), r0
18 # Check the lowest order byte matches the stored value.
19 and #255, r0
20 cmp/eq r0, r3
21 bf wrong
22
23 okay:
24 pass
25
26 wrong:
27 fail
28
This page took 0.032607 seconds and 4 git commands to generate.