hilo-hazard-2.s 290 B

123456789101112131415161718
  1. # Test for architectures without mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
  2. #
  3. # mach: vr5500 mips32 mips64
  4. # as: -mabi=eabi
  5. # ld: -N -Ttext=0x80010000
  6. # output: pass\\n
  7. .include "hilo-hazard.inc"
  8. .include "testutils.inc"
  9. setup
  10. .set noreorder
  11. .ent DIAG
  12. DIAG:
  13. hilo
  14. pass
  15. .end DIAG