Changeset 93881 in vbox
- Timestamp:
- Feb 22, 2022 9:09:52 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r93879 r93881 88 88 * @param a_cBitsWidth The width of the result (8, 16, 32, 64). 89 89 * @param a_CfExpr Bool expression for the carry flag (CF). 90 * @param a_u OfSrcThe a_uSrc value to use for overflow calculation.90 * @param a_uSrcOf The a_uSrc value to use for overflow calculation. 91 91 */ 92 92 #define IEM_EFL_UPDATE_STATUS_BITS_FOR_ARITHMETIC(a_pfEFlags, a_uResult, a_uDst, a_uSrc, a_cBitsWidth, a_CfExpr, a_uSrcOf) \
Note:
See TracChangeset
for help on using the changeset viewer.