Changeset 99690 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 9, 2023 8:34:36 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r99686 r99690 3535 3535 3536 3536 /** 3537 * Combines the prefix REX and ModR/M byte for passing to 3537 * Combines the prefix REX and ModR/M byte for passing to 3538 3538 * iemOpHlpCalcRmEffAddrThreadedAddr64(). 3539 * 3539 * 3540 3540 * @returns The ModRM byte but with bit 3 set to REX.B and bit 4 to REX.X. 3541 3541 * The two bits are part of the REG sub-field, which isn't needed in 3542 3542 * iemOpHlpCalcRmEffAddrThreadedAddr64(). 3543 * 3543 * 3544 3544 * For use during decoding/recompiling. 3545 3545 */
Note:
See TracChangeset
for help on using the changeset viewer.