Changeset 16313 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Jan 28, 2009 2:06:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/logl.asm
r8256 r16313 55 55 fld tword [_BP + _S*2] ; st1=log(2) st0=lrd 56 56 fld st0 ; st1=log(2) st0=lrd st0=lrd 57 fsub qword [.one ]; st2=log(2) st1=lrd st0=lrd-1.057 fsub qword [.one xWrtRIP] ; st2=log(2) st1=lrd st0=lrd-1.0 58 58 fld st0 ; st3=log(2) st2=lrd st1=lrd-1.0 st0=lrd-1.0 59 59 fabs ; st3=log(2) st2=lrd st1=lrd-1.0 st0=abs(lrd-1.0) 60 fcomp qword [.limit ]; st2=log(2) st1=lrd st0=lrd-1.060 fcomp qword [.limit xWrtRIP] ; st2=log(2) st1=lrd st0=lrd-1.0 61 61 fnstsw ax 62 62 and eax, 04500h
Note:
See TracChangeset
for help on using the changeset viewer.