Home | History | Annotate | Line # | Download | only in mips
hilo-hazard-4.s revision 1.1
      1  1.1  christos # Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
      2  1.1  christos #
      3  1.1  christos # mach:		all
      4  1.1  christos # as:		-mabi=eabi -mmicromips
      5  1.1  christos # ld:		-N -Ttext=0x80010000
      6  1.1  christos # output:	pass\\n
      7  1.1  christos 
      8  1.1  christos # Copyright (C) 2013-2023 Free Software Foundation, Inc.
      9  1.1  christos # Contributed by Andrew Bennett (andrew.bennett@imgtec.com)
     10  1.1  christos #
     11  1.1  christos # This file is part of the MIPS sim.
     12  1.1  christos #
     13  1.1  christos # This program is free software; you can redistribute it and/or modify
     14  1.1  christos # it under the terms of the GNU General Public License as published by
     15  1.1  christos # the Free Software Foundation; either version 3, or (at your option)
     16  1.1  christos # any later version.
     17  1.1  christos #
     18  1.1  christos # This program is distributed in the hope that it will be useful,
     19  1.1  christos # but WITHOUT ANY WARRANTY; without even the implied warranty of
     20  1.1  christos # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21  1.1  christos # GNU General Public License for more details.
     22  1.1  christos #
     23  1.1  christos # You should have received a copy of the GNU General Public License along
     24  1.1  christos # with this program; if not, see <http://www.gnu.org/licenses/>.
     25  1.1  christos 
     26  1.1  christos 	.include "hilo-hazard.inc"
     27  1.1  christos 	.include "testutils.inc"
     28  1.1  christos 
     29  1.1  christos 	setup
     30  1.1  christos 
     31  1.1  christos 	.set noreorder
     32  1.1  christos 	.ent DIAG
     33  1.1  christos DIAG:
     34  1.1  christos 	hilo
     35  1.1  christos 	pass
     36  1.1  christos 	.end DIAG
     37