xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/bnc24.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# m32r testcase for bnc $disp24
2# mach(): m32r m32rx
3
4	.include "testutils.inc"
5
6	start
7
8	.global bnc24
9bnc24:
10	mvi_h_condbit 0
11	bnc.l test0pass
12
13test1fail:
14	fail
15test0pass:
16
17	mvi_h_condbit 1
18	bnc.l test1fail
19
20	pass
21