xref: /third_party/musl/src/math/x86_64/remainderl.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/math/x86_64/
1570af302Sopenharmony_ci.global remainderl
2570af302Sopenharmony_ci.type remainderl,@function
3570af302Sopenharmony_ciremainderl:
4570af302Sopenharmony_ci	fldt 24(%rsp)
5570af302Sopenharmony_ci	fldt 8(%rsp)
6570af302Sopenharmony_ci1:	fprem1
7570af302Sopenharmony_ci	fnstsw %ax
8570af302Sopenharmony_ci	testb $4,%ah
9570af302Sopenharmony_ci	jnz 1b
10570af302Sopenharmony_ci	fstp %st(1)
11570af302Sopenharmony_ci	ret
12

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