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) @104362   12 months vboxsync VMM/IEM: Don't unroll loops in TBs. bugref:10653
(edit) @104361   12 months vboxsync VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
(edit) @104357   12 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104340   12 months vboxsync VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
(edit) @104321   13 months vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104298   13 months vboxsync VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
(edit) @104292   13 months vboxsync VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
(edit) @104281   13 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
(edit) @104274   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104269   13 months vboxsync VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
(edit) @104268   13 months vboxsync VMM: bugref:9898 Fixed Python generator breakage with r162727 by …
(edit) @104263   13 months vboxsync VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
(edit) @104238   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104209   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104208   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104207   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104206   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104195   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104188   13 months vboxsync VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
(edit) @104174   13 months vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(edit) @104156   13 months vboxsync VMM/IEM: Rework microcode of …
(edit) @104151   13 months vboxsync VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
(edit) @104150   13 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104147   13 months vboxsync VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
(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 …
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