xref: /third_party/musl/src/math/x32/log1pl.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/math/x32/
1570af302Sopenharmony_ci.global log1pl
2570af302Sopenharmony_ci.type log1pl,@function
3570af302Sopenharmony_cilog1pl:
4570af302Sopenharmony_ci	mov 14(%esp),%eax
5570af302Sopenharmony_ci	fldln2
6570af302Sopenharmony_ci	and $0x7fffffff,%eax
7570af302Sopenharmony_ci	fldt 8(%esp)
8570af302Sopenharmony_ci	cmp $0x3ffd9400,%eax
9570af302Sopenharmony_ci	ja 1f
10570af302Sopenharmony_ci	fyl2xp1
11570af302Sopenharmony_ci	ret
12570af302Sopenharmony_ci1:	fld1
13570af302Sopenharmony_ci	faddp
14570af302Sopenharmony_ci	fyl2x
15570af302Sopenharmony_ci	ret
16

Indexes created Thu Nov 07 10:32:03 CST 2024