1.global llrintl
2.type llrintl,@function
3llrintl:
4	.cfi_startproc
5	fldt 8(%rsp)
6	fistpll 8(%rsp)
7	mov 8(%rsp),%rax
8	ret
9	.cfi_endproc
10