Changeset 103760 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 11, 2024 11:25:51 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r103758 r103760 8244 8244 */ 8245 8245 const uint8_t idxRegTmp = iemNativeRegAllocTmpImm(pReNative, &off, XSAVE_C_YMM | XSAVE_C_SSE); 8246 off = iemNativeEmit OrGprByGpr(pReNative, off, idxRegTmp, idxXcr0Reg);8246 off = iemNativeEmitAndGprByGpr(pReNative, off, idxRegTmp, idxXcr0Reg); 8247 8247 off = iemNativeEmitTestIfGprNotEqualImmAndJmpToLabel(pReNative, off, idxRegTmp, XSAVE_C_YMM | XSAVE_C_SSE, idxLabelRaiseUd); 8248 8248 iemNativeRegFreeTmp(pReNative, idxRegTmp);
Note:
See TracChangeset
for help on using the changeset viewer.