hilo-hazard-1.s 381 B

12345678910111213141516171819
  1. # Test for architectures with mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
  2. #
  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:
  8. .include "hilo-hazard.inc"
  9. .include "testutils.inc"
  10. setup
  11. .set noreorder
  12. .ent DIAG
  13. DIAG:
  14. hilo
  15. pass
  16. .end DIAG