xref: /third_party/musl/src/math/x32/fabs.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/math/x32/
1570af302Sopenharmony_ci.global fabs
2570af302Sopenharmony_ci.type fabs,@function
3570af302Sopenharmony_cifabs:
4570af302Sopenharmony_ci	xor %eax,%eax
5570af302Sopenharmony_ci	dec %rax
6570af302Sopenharmony_ci	shr %rax
7570af302Sopenharmony_ci	movq %rax,%xmm1
8570af302Sopenharmony_ci	andpd %xmm1,%xmm0
9570af302Sopenharmony_ci	ret
10

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