Changeset 96264 in vbox
- Timestamp:
- Aug 17, 2022 1:03:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r96263 r96264 13861 13861 * @param pr32Result Where to store the result for IEM. 13862 13862 * @param fMxcsr The original MXCSR value. 13863 * @param pr32Src1 The first source operand (for setting #DE under certain circumstances).13864 * @param pr32Src2 The second source operand (for setting #DE under certain circumstances).13863 * @param pr32Src1 The first source operand (for setting \#DE under certain circumstances). 13864 * @param pr32Src2 The second source operand (for setting \#DE under certain circumstances). 13865 13865 */ 13866 13866 DECLINLINE(uint32_t) iemSseSoftStateAndR32ToMxcsrAndIprtResult(softfloat_state_t const *pSoftState, float32_t r32Result, … … 13903 13903 * @param pr64Result Where to store the result for IEM. 13904 13904 * @param fMxcsr The original MXCSR value. 13905 * @param pr64Src1 The first source operand (for setting #DE under certain circumstances).13906 * @param pr64Src2 The second source operand (for setting #DE under certain circumstances).13905 * @param pr64Src1 The first source operand (for setting \#DE under certain circumstances). 13906 * @param pr64Src2 The second source operand (for setting \#DE under certain circumstances). 13907 13907 */ 13908 13908 DECLINLINE(uint32_t) iemSseSoftStateAndR64ToMxcsrAndIprtResult(softfloat_state_t const *pSoftState, float64_t r64Result,
Note:
See TracChangeset
for help on using the changeset viewer.