VirtualBox

Changeset 40164 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Feb 17, 2012 12:36:19 AM (13 years ago)
Author:
vboxsync
Message:

IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r40163 r40164  
    734734/** @} */
    735735
     736/** @name FPU operations taking a 80-bit float argument
     737 * @{ */
     738typedef IEM_DECL_IMPL_TYPE(void, FNIEMAIMPLFPUR80,(PCX86FXSTATE pFpuState, PIEMFPURESULT pFpuRes,
     739                                                   PCRTFLOAT80U pr80Val1, PCRTFLOAT80U pr80Val2));
     740typedef FNIEMAIMPLFPUR80  *PFNIEMAIMPLFPUR80;
     741FNIEMAIMPLFPUR80  iemAImpl_fadd_r80_by_r80;
     742FNIEMAIMPLFPUR80  iemAImpl_fmul_r80_by_r80;
     743FNIEMAIMPLFPUR80  iemAImpl_fcom_r80_by_r80;
     744FNIEMAIMPLFPUR80  iemAImpl_fsub_r80_by_r80;
     745FNIEMAIMPLFPUR80  iemAImpl_fsubr_r80_by_r80;
     746FNIEMAIMPLFPUR80  iemAImpl_fdiv_r80_by_r80;
     747FNIEMAIMPLFPUR80  iemAImpl_fdivr_r80_by_r80;
     748
     749/** @} */
     750
    736751
    737752/** @name Function tables.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette