Changeset 104134 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 3, 2024 12:57:47 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMMc.h
r104133 r104134 713 713 do { uintptr_t const iYRegDstTmp = (a_iYRegDst); \ 714 714 if ((a_iQwDst) < 2) \ 715 pVCpu->cpum.GstCtx.XState.x87.aXMM[(iYRegDstTmp)].au64[(a_iQwDst)] = (a_u256Value).au64[(a_iQw Dst)]; \715 pVCpu->cpum.GstCtx.XState.x87.aXMM[(iYRegDstTmp)].au64[(a_iQwDst)] = (a_u256Value).au64[(a_iQwSrc)]; \ 716 716 else \ 717 pVCpu->cpum.GstCtx.XState.u.YmmHi.aYmmHi[(iYRegDstTmp)].au64[(a_iQwDst) - 4] = (a_u256Value).au64[(a_iQwDst)]; \717 pVCpu->cpum.GstCtx.XState.u.YmmHi.aYmmHi[(iYRegDstTmp)].au64[(a_iQwDst) - 2] = (a_u256Value).au64[(a_iQwSrc)]; \ 718 718 } while (0) 719 719 #define IEM_MC_STORE_YREG_U64(a_iYRegDst, a_iQword, a_u64Value) \
Note:
See TracChangeset
for help on using the changeset viewer.