xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/hilo-hazard-3.s (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
2#
3# mach:		-mips32r6 -mips64r6 all
4# as:		-mabi=eabi
5# ld:		-N -Ttext=0x80010000
6# output:	pass\\n
7
8	.include "hilo-hazard.inc"
9	.include "testutils.inc"
10
11	setup
12
13	.set noreorder
14	.ent DIAG
15DIAG:
16	hilo
17	pass
18	.end DIAG
19