VirtualBox

Changeset 96264 in vbox


Ignore:
Timestamp:
Aug 17, 2022 1:03:55 PM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Added infrastructure for double precision floating point arithmetics and implement addpd instruction, bugref:9898 [doxygen fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r96263 r96264  
    1386113861 * @param   pr32Result      Where to store the result for IEM.
    1386213862 * @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).
    1386513865 */
    1386613866DECLINLINE(uint32_t) iemSseSoftStateAndR32ToMxcsrAndIprtResult(softfloat_state_t const *pSoftState, float32_t r32Result,
     
    1390313903 * @param   pr64Result      Where to store the result for IEM.
    1390413904 * @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).
    1390713907 */
    1390813908DECLINLINE(uint32_t) iemSseSoftStateAndR64ToMxcsrAndIprtResult(softfloat_state_t const *pSoftState, float64_t r64Result,
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