Searched refs:st0 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/common/math/
H A Dlogl.asm40 fldln2 ; st0=log(2)
41 fld tword [xBP + xCB*2] ; st1=log(2) st0=lrd
42 fld st0 ; st1=log(2) st0=lrd st0=lrd
43 fsub qword [.one xWrtRIP] ; st2=log(2) st1=lrd st0=lrd-1.0
44 fld st0 ; st3=log(2) st2=lrd st1=lrd-1.0 st0=lrd-1.0
45 fabs ; st3=log(2) st2=lrd st1=lrd-1.0 st0=abs(lrd-1.0)
46 fcomp qword [.limit xWrtRIP] ; st2=log(2) st1=lrd st0
[all...]
H A Dcosl.asm47 fadd st0, st0
55 fstp st0
H A Dtanl.asm47 fadd st0
58 fstp st0
H A Dsinl.asm47 fadd st0
/vbox/src/VBox/VMM/testcase/
H A DtstX86-FpuSaveRestoreA.asm41 fdiv st0
50 fdiv st0
H A DtstX86-1A.asm428 cmp dword [%1 + X86FXSTATE.st0 + %2 * 16], %3
434 cmp dword [%1 + X86FXSTATE.st0 + %2 * 16 + 4], %4
436 cmp word [%1 + X86FXSTATE.st0 + %2 * 16 + 8], %5
452 cmp dword [%1 + X86FXSTATE.st0 + %2 * 16], eax
459 cmp dword [%1 + X86FXSTATE.st0 + %2 * 16 + 4], eax
462 cmp word [%1 + X86FXSTATE.st0 + %2 * 16 + 8], ax
2160 FpuReservedEncoding {db 0d9h, 0d8h}, { fstp st0 }
2230 FpuReservedEncoding {db 0dch, 0d0h}, { fcom st0 }
2238 FpuReservedEncoding {db 0dch, 0d8h}, { fcomp st0 }
2248 FpuReservedEncoding {db 0ddh, 0c8h}, { fxch st0 }
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_a.c563 static DfaState st0[42] = { variable
1233 st0,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dscan.c1871 static DfaState st0[60] = { variable
5047 st0,
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm2441 IEMIMPL_FPU_R80_BY_R80 fadd, {st0, st1}
2442 IEMIMPL_FPU_R80_BY_R80 fmul, {st0, st1}
2443 IEMIMPL_FPU_R80_BY_R80 fsub, {st0, st1}
2444 IEMIMPL_FPU_R80_BY_R80 fsubr, {st0, st1}
2445 IEMIMPL_FPU_R80_BY_R80 fdiv, {st0, st1}
2446 IEMIMPL_FPU_R80_BY_R80 fdivr, {st0, st1}
2508 %1 st0, st1
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp2040 uint8_t st0; local
2046 st0 = FD_SR0_SEEK | GET_CUR_DRV(fdctrl);
2049 st0 |= FD_SR0_ABNTERM | FD_SR0_EQPMT;
2051 fdctrl_raise_irq(fdctrl, st0);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h891 #define ST0 st0

Completed in 129 milliseconds