123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .file "rintl.c"
- .text
- ..TXTST0:
- # -- Begin rintl
- .text
- .align 16,0x90
- .globl rintl
- rintl:
- # parameter 1: 32 + %rsp
- ..B1.1:
- .cfi_startproc
- ..___tag_value_rintl.1:
- ..L2:
- subq $24, %rsp
- .cfi_def_cfa_offset 32
- xorb %cl, %cl
- ..B1.2:
- fnstcw 18(%rsp)
- ..B1.3:
- movb 41(%rsp), %dl
- movzwl 40(%rsp), %eax
- andb $-128, %dl
- andl $32767, %eax
- shrb $7, %dl
- movzwl 18(%rsp), %esi
- cmpl $16446, %eax
- jge ..B1.13
- ..B1.4:
- movl %esi, %eax
- andl $768, %eax
- cmpl $768, %eax
- je ..B1.8
- ..B1.5:
- orl $-64768, %esi
- movw %si, 16(%rsp)
- ..B1.6:
- fldcw 16(%rsp)
- ..B1.7:
- movb $1, %cl
- ..B1.8:
- fldt 32(%rsp)
- lea _TWO_63(%rip), %rax
- movzbl %dl, %edx
- testb %cl, %cl
- fldl (%rax,%rdx,8)
- fadd %st, %st(1)
- fsubrp %st, %st(1)
- fstpt 32(%rsp)
- je ..B1.10
- ..B1.9:
- fldcw 18(%rsp)
- ..B1.10:
- fldt 32(%rsp)
- lea _zeros(%rip), %rax
- fldl (%rax)
- fucomip %st(1), %st
- jp ..B1.12
- je ..B1.19
- ..B1.12:
- addq $24, %rsp
- .cfi_def_cfa_offset 8
- ret
- .cfi_def_cfa_offset 32
- ..B1.13:
- movl %esi, %eax
- andl $768, %eax
- cmpl $768, %eax
- je ..B1.20
- ..B1.14:
- orl $-64768, %esi
- movw %si, 16(%rsp)
- ..B1.15:
- fldcw 16(%rsp)
- ..B1.16:
- fldt 32(%rsp)
- fstpt (%rsp)
- ..B1.17:
- fldcw 18(%rsp)
- ..B1.18:
- fldt (%rsp)
- addq $24, %rsp
- .cfi_def_cfa_offset 8
- ret
- .cfi_def_cfa_offset 32
- ..B1.19:
- fstp %st(0)
- fldl (%rax,%rdx,8)
- addq $24, %rsp
- .cfi_def_cfa_offset 8
- ret
- .cfi_def_cfa_offset 32
- ..B1.20:
- fldt 32(%rsp)
- fstpt (%rsp)
- jmp ..B1.18
- .align 16,0x90
- .cfi_endproc
- .type rintl,@function
- .size rintl,.-rintl
- .data
- # -- End rintl
- .section .rodata, "a"
- .align 4
- .align 4
- _TWO_63:
- .long 0
- .long 1138753536
- .long 0
- .long 3286237184
- .type _TWO_63,@object
- .size _TWO_63,16
- .align 4
- _zeros:
- .long 0
- .long 0
- .long 0
- .long 2147483648
- .type _zeros,@object
- .size _zeros,16
- .data
- .section .note.GNU-stack, ""
- .section .eh_frame,"a",@progbits
- .eh_frame_seg:
- .align 1
- # End
|