Changeset 40164 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 17, 2012 12:36:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r40163 r40164 734 734 /** @} */ 735 735 736 /** @name FPU operations taking a 80-bit float argument 737 * @{ */ 738 typedef IEM_DECL_IMPL_TYPE(void, FNIEMAIMPLFPUR80,(PCX86FXSTATE pFpuState, PIEMFPURESULT pFpuRes, 739 PCRTFLOAT80U pr80Val1, PCRTFLOAT80U pr80Val2)); 740 typedef FNIEMAIMPLFPUR80 *PFNIEMAIMPLFPUR80; 741 FNIEMAIMPLFPUR80 iemAImpl_fadd_r80_by_r80; 742 FNIEMAIMPLFPUR80 iemAImpl_fmul_r80_by_r80; 743 FNIEMAIMPLFPUR80 iemAImpl_fcom_r80_by_r80; 744 FNIEMAIMPLFPUR80 iemAImpl_fsub_r80_by_r80; 745 FNIEMAIMPLFPUR80 iemAImpl_fsubr_r80_by_r80; 746 FNIEMAIMPLFPUR80 iemAImpl_fdiv_r80_by_r80; 747 FNIEMAIMPLFPUR80 iemAImpl_fdivr_r80_by_r80; 748 749 /** @} */ 750 736 751 737 752 /** @name Function tables.
Note:
See TracChangeset
for help on using the changeset viewer.