123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #include <i387/bsd_asm.h>
- //__FBSDID("$FreeBSD: src/lib/msun/i387/s_llrintl.S,v 1.2 2011/01/07 16:13:12 kib Exp $");
-
- ENTRY(llrintl)
- fldt 4(%esp)
- subl $8,%esp
- fistpll (%esp)
- popl %eax
- popl %edx
- ret
-
- #if defined(__linux__) && defined(__ELF__)
- .section .note.GNU-stack,"",%progbits
- #endif
|