summaryrefslogblamecommitdiff
path: root/src/math/i386/scalbn.s
blob: e275d14f640971beea1a0e67e8b90dfbfcc45e66 (plain) (tree)



















                       
.global ldexp
.type ldexp,@function
ldexp:
	nop

.global scalbln
.type scalbln,@function
scalbln:
	nop

.global scalbn
.type scalbn,@function
scalbn:
	fildl 12(%esp)
	fldl 4(%esp)
	fscale
	fstp %st(1)
	fstpl 4(%esp)
	fldl 4(%esp)
	ret