1#include "machine/asm.h" 2#include "abi.h" 3 4// long double _fylgx( long double y, long double x ) 5ENTRY ( __fyl2x ) 6 fldt FRAME_SIZE(STACKP) 7 fldt 16+FRAME_SIZE( STACKP ) 8 fyl2x 9 ret 10