use emms instead, add WIN guards
This commit is contained in:
parent
a5b164946c
commit
403eb513a0
|
@ -55,7 +55,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
salq $BASE_SHIFT, INCX
|
||||
|
||||
|
|
|
@ -50,7 +50,10 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
testq M, M
|
||||
jle .L999
|
||||
|
|
|
@ -49,7 +49,10 @@
|
|||
|
||||
PROLOGUE
|
||||
PROFCODE
|
||||
fninit
|
||||
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
salq $BASE_SHIFT, INCX
|
||||
salq $BASE_SHIFT, INCY
|
||||
|
|
|
@ -59,7 +59,10 @@
|
|||
|
||||
PROLOGUE
|
||||
PROFCODE
|
||||
fninit
|
||||
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
salq $BASE_SHIFT, INCX
|
||||
|
||||
|
|
|
@ -59,7 +59,10 @@
|
|||
|
||||
PROLOGUE
|
||||
PROFCODE
|
||||
fninit
|
||||
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
salq $ZBASE_SHIFT, INCX
|
||||
|
||||
|
|
|
@ -50,7 +50,10 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
testq M, M
|
||||
jle .L999
|
||||
|
|
|
@ -41,7 +41,10 @@
|
|||
|
||||
PROLOGUE
|
||||
PROFCODE
|
||||
fninit
|
||||
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
FLD 1 * SIZE(ARG1)
|
||||
|
|
|
@ -58,7 +58,9 @@
|
|||
|
||||
PROLOGUE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
pushl %edi
|
||||
pushl %esi
|
||||
|
|
|
@ -74,7 +74,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -76,7 +76,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -75,7 +75,10 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
movq %rbp, 8(%rsp)
|
||||
|
|
|
@ -74,7 +74,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -74,7 +74,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -74,8 +74,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -50,7 +50,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
testq M, M
|
||||
|
|
|
@ -59,7 +59,9 @@
|
|||
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
|
||||
#define N %ebx
|
||||
|
|
|
@ -78,7 +78,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -97,7 +97,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -76,7 +76,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -75,7 +75,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -90,7 +90,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
subq $STACKSIZE, %rsp
|
||||
movq %rbx, 0(%rsp)
|
||||
|
|
|
@ -55,7 +55,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
salq $ZBASE_SHIFT, INCX
|
||||
|
||||
|
|
|
@ -50,7 +50,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
testq M, M
|
||||
|
|
|
@ -54,9 +54,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
|
||||
movq 40(%rsp), INCY
|
||||
#endif
|
||||
|
||||
|
|
|
@ -50,7 +50,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
testq M, M
|
||||
|
|
|
@ -50,7 +50,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
salq $ZBASE_SHIFT, INCX
|
||||
|
||||
|
|
|
@ -50,7 +50,9 @@
|
|||
PROLOGUE
|
||||
PROFCODE
|
||||
|
||||
fninit
|
||||
#ifdef WINDOWS_ABI
|
||||
emms
|
||||
#endif
|
||||
|
||||
fldz
|
||||
testq M, M
|
||||
|
|
Loading…
Reference in New Issue