1.global llrintf
2.type llrintf,@function
3llrintf:
4	sub $8,%esp
5	flds 12(%esp)
6	fistpll (%esp)
7	pop %eax
8	pop %edx
9	ret
10