Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1906 serge 1
.file	"fma.S"
2
	.text
3
	.align 2
4
	.p2align 4,,15
5
.globl _fma
6
	.def	_fma;	.scl	2;	.type	32;	.endef
7
_fma:
8
	fldl	4(%esp)
9
	fmull	12(%esp)
10
	fldl	20(%esp)
11
	faddp
12
	ret