dvf.s 266 B

123456789101112131415161718192021
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .dvf
  4. ! $Id$
  5. .dvf:
  6. movl (sp)+,r1
  7. cmpl r0,$4
  8. bneq I1
  9. divf2 (sp)+,(sp)
  10. jmp (r1)
  11. I1:
  12. cmpl r0,$8
  13. bneq I2
  14. divd2 (sp)+,(sp)
  15. jmp (r1)
  16. I2:
  17. pushl $EILLINS
  18. jmp .fat