summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/seth.cgs
blob: aec3230a548ce1efc5749aed66aa9846ed6faeae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# m32r testcase for seth $dr,#$hi16
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global seth
seth:
	seth      r4, #0x1234

	; do not use test_h_gr macro since this uses seth

	srli      r4, #16
	ld24	  r5, #0x1234
	beq       r4, r5, ok

	fail
ok:
	pass