xref: /third_party/musl/src/math/x86_64/acosl.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/math/x86_64/
1570af302Sopenharmony_ci# see ../i386/acos.s
2570af302Sopenharmony_ci
3570af302Sopenharmony_ci.global acosl
4570af302Sopenharmony_ci.type acosl,@function
5570af302Sopenharmony_ciacosl:
6570af302Sopenharmony_ci	fldt 8(%rsp)
7570af302Sopenharmony_ci1:	fld %st(0)
8570af302Sopenharmony_ci	fld1
9570af302Sopenharmony_ci	fsub %st(0),%st(1)
10570af302Sopenharmony_ci	fadd %st(2)
11570af302Sopenharmony_ci	fmulp
12570af302Sopenharmony_ci	fsqrt
13570af302Sopenharmony_ci	fabs
14570af302Sopenharmony_ci	fxch %st(1)
15570af302Sopenharmony_ci	fpatan
16570af302Sopenharmony_ci	ret
17

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