Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1.         .file   "fmaf.S"
  2.         .text
  3.         .align 2
  4.         .p2align 4,,15
  5. .globl _fmaf
  6.         .def    _fmaf;  .scl    2;      .type   32;     .endef
  7. _fmaf:
  8.         flds    4(%esp)
  9.         fmuls   8(%esp)
  10.         flds    12(%esp)
  11.         faddp
  12.         ret
  13.