RISC-V: Cleanup the imply code and test cases for vendor xsf extensions.
[binutils-gdb.git] / sim / testsuite / mips / hilo-hazard-1.s
blobf20c9390febea502bfc795366e51e59e71a380fa
1 # Test for architectures with mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
3 # mach: mips1 mips2 mips3 mips4 vr4100 vr4111 vr4120 vr5000 vr5400
4 # as: -mabi=eabi
5 # ld: -N -Ttext=0x80010000
6 # output: HILO: * too close to MF at *\\n\\nprogram stopped*\\n
7 # xerror:
9 .include "hilo-hazard.inc"
10 .include "testutils.inc"
12 setup
14 .set noreorder
15 .ent DIAG
16 DIAG:
17 hilo
18 pass
19 .end DIAG