OpenLibm/amd64/s_logbl.S

17 lines
245 B
ArmAsm
Raw Normal View History

/*
* Written by:
* J.T. Conklin (jtc@netbsd.org)
* Public domain.
*/
#include <amd64/bsd_asm.h>
2011-12-15 07:16:26 +01:00
//__FBSDID("$FreeBSD: src/lib/msun/amd64/s_logbl.S,v 1.4 2011/01/07 16:13:12 kib Exp $")
ENTRY(logbl)
fldt 8(%rsp)
fxtract
fstp %st
ret