summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movb10.cgs
blob: 0ddb736f868d7893ab8f04611a2ffc5e9946e829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# sh testcase for mov.b @($imm4, $rm), r0 -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start
	mov #30, r1
	shll8 r1
	# Store something there first.
	mov #0, r0
	or #170, r0
	mov r0, r7
	mov.b r0, @(3, r1)
	# Load it back.
	mov.b @(3, r1), r0
	and #255, r0
	cmp/eq r0, r7
	bf wrong

okay:
	pass
wrong:	
	fail