llrint.s 117 B

12345678
  1. .global llrint
  2. .type llrint,@function
  3. llrint:
  4. fldl 4(%esp)
  5. fistpq 4(%esp)
  6. mov 4(%esp),%eax
  7. mov 8(%esp),%edx
  8. ret