VirtualBox

source: vbox/trunk/src/VBox/VMM/include/IEMInternal.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104135   13 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104133   13 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104132   13 months vboxsync VMM/IEM: Convert some AVX instruction emulation helpers to the …
(edit) @104129   13 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104115   13 months vboxsync VMM/IEM: Split out the executable memory allocator from …
(edit) @104114   13 months vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104103   13 months vboxsync VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
(edit) @104100   13 months vboxsync VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
(edit) @104095   13 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104076   13 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104073   13 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104064   13 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @104059   13 months vboxsync VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
(edit) @104050   13 months vboxsync VMM/IEM: Enable the delayed register writeback feature, bugref:10629
(edit) @104036   13 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104034   13 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104019   13 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @103964   13 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103955   13 months vboxsync VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
(edit) @103951   13 months vboxsync VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
(edit) @103927   13 months vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
(edit) @103922   13 months vboxsync VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
(edit) @103921   13 months vboxsync VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
(edit) @103916   13 months vboxsync VMM/IEM: Convert …
(edit) @103909   13 months vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103908   13 months vboxsync VMM/IEM: Convert …
(edit) @103900   13 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103899   13 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103898   13 months vboxsync VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
(edit) @103888   13 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103852   13 months vboxsync Move iemTbFlagsToString() to be accessible to both callers [symbol …
(edit) @103847   13 months vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(edit) @103839   13 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103838   14 months vboxsync VMM/IEM: Emit the …
(edit) @103828   14 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103813   14 months vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103796   14 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103776   14 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   14 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103759   14 months vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103735   14 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
(edit) @103729   14 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103728   14 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103700   14 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103696   14 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103671   14 months vboxsync VMM/IEM: Native translation of …
(edit) @103665   14 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103649   14 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103592   14 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103588   14 months vboxsync VMM/IEM: Native translation of …
(edit) @103561   14 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103558   14 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   14 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103554   14 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103514   14 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103404   14 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   14 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103377   14 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   14 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103318   15 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103267   15 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   15 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103256   15 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   15 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103190   15 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
(edit) @103182   15 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @102977   15 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102896   15 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102879   15 months vboxsync VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
(edit) @102867   15 months vboxsync VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
(edit) @102850   16 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102841   16 months vboxsync VMM/IEM: More stats. bugref:10371
(edit) @102817   16 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102800   16 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102790   16 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102766   16 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102703   16 months vboxsync VMM/IEM: Extended IEMTB_KEY_MASK to include the CPL so …
(edit) @102663   16 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102603   17 months vboxsync VMM/IEM: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 …
(edit) @102585   17 months vboxsync VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
(edit) @102572   17 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102557   17 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102528   17 months vboxsync VMM/IEM: Prototype native TB disas function so it can be called from …
(edit) @102430   17 months vboxsync VMM/IEM: Refactored iemMemMap and friends to work with bUnmapInfo / …
(edit) @102428   17 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102427   17 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102424   17 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102394   17 months vboxsync VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
(edit) @102313   17 months vboxsync VMM/IEM: First recompiled memory access. This is without any TLB …
(edit) @102077   18 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102010   18 months vboxsync VMM/IEM: More on the subject of correctly flushing guest register …
(edit) @101984   18 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101722   18 months vboxsync VMM/IEM: Identify the different styles IEM_MC_CALL_XXX and mark these …
(edit) @101682   18 months vboxsync VMM/IEM,VBox/err.h: Refactored the native recompiler code to …
(edit) @101640   18 months vboxsync VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
(edit) @101547   18 months vboxsync VMM/IEM: More TB disassembly and TB debuginfo. bugref:10371
(edit) @101543   18 months vboxsync VMM/IEM: Hmm, what's up with VC++ here? bugref:10371
(edit) @101539   18 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101538   18 months vboxsync VMM/IEM: Freed up some space in IEMTB for a pointer to debug info or …
(edit) @101484   18 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette