xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/beq0w.cgs (revision 3587d6f89c746bbb4f886219ddacd41ace480ecf)
1# cr16 testcase for beq disp16
2# mach(): cr16
3
4	.include "testutils.inc"
5
6	start
7
8	.global beq
9beq:
10	mvi_h_condbit 0
11	movw $0, r4
12	beq0b r4, 0x1a
13not_ok:
14	fail
15ok:
16	pass
17