VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103822   9 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103818   9 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103817   9 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103816   9 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103815   9 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103814   9 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U32_ZX_U128() …
(edit) @103813   9 months vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103796   9 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103787   9 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103779   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103778   9 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103776   9 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   9 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103763   9 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
(edit) @103762   9 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
(edit) @103761   9 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
(edit) @103759   9 months vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103756   9 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103671   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103667   9 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103663   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103660   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103613   9 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103592   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103590   9 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   9 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103585   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103555   9 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103542   9 months vboxsync VMM/IEM: More helpful way to make the MC block names unique. bugref:10370
(edit) @103256   10 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   10 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103214   10 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 7: Flag input & modification …
(edit) @103206   10 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 4: Flag input & modification …
(edit) @103190   10 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
(edit) @103185   10 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 2: Flag input & modification …
(edit) @103182   10 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @103181   10 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   10 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @102978   10 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102977   10 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102876   11 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102584   12 months vboxsync VMM/IEM: Native translation of IEM_MC_ADD_GREG_U16/32/64 which is used …
(edit) @102583   12 months vboxsync VMM/IEM: IEM_MC_FETCH_SREG_U16 and friend. bugref:10371
(edit) @102579   12 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102577   12 months vboxsync VMM/IEM: Basic native translation of IEM_MC_POP_GREG_U* and friends. …
(edit) @102572   12 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102557   12 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102471   12 months vboxsync VMM/IEM: IEM_MC_ASSIGN_TO_SMALLER (lea); fixed a few bugs wrt guest …
(edit) @102452   12 months vboxsync VMM/IEM: Starting on some FPU/SSE/AVX state stuff. bugref:10371
(edit) @102451   12 months vboxsync VMM/IEM: docs. bugref:10371
(edit) @102450   12 months vboxsync VMM/IEM: IEM_MC_STORE_GREG_U64_CONST, IEM_MC_STORE_GREG_U64, …
(edit) @102448   12 months vboxsync VMM/IEM: Removed duplicate MC IEM_MC_FETCH_MEM_S32_SX_U64. bugref:10371
(edit) @102447   12 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102443   12 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM[_FLAT]_U*_DISP. bugref:10371
(edit) @102442   12 months vboxsync VMM/IEM: movzx & movsx. bugref:10371
(edit) @102438   12 months vboxsync VMM/IEM: Basic native translation of all IEM_MC_MEM_MAP_XXX and …
(edit) @102436   12 months vboxsync VMM/IEM: U8 mem map MCs. bugref:10371
(edit) @102429   12 months vboxsync VMM/IEM: Retired un-typed IEM_MC_MEM_MAP and friends not using …
(edit) @102428   12 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102427   12 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102426   12 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102425   12 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102424   12 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102409   12 months vboxsync VMM/IEM: IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64_CONST. bugref:10371
(edit) @102397   12 months vboxsync VMM/IEM: Enabled native IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64. bugref:10371
(edit) @102394   12 months vboxsync VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
(edit) @102368   12 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_U16_DISP and IEM_MC_FETCH_MEM_U32_DISP. …
(edit) @102350   12 months vboxsync VMM/IEM: Enabled IEM_MC_FETCH_MEM_U8, IEM_MC_FETCH_MEM_U32 and …
(edit) @102349   12 months vboxsync VMM/IEM: Converted IEM_MC_REF_LOCAL uses to IEM_MC_ARG_LOCAL_REF, …
(edit) @102331   12 months vboxsync VMM/IEM: IEM_MC_REF_XXX must NOT have any IEM_MC_FETCH_XXX following …
(edit) @102313   12 months vboxsync VMM/IEM: First recompiled memory access. This is without any TLB …
(edit) @102080   13 months vboxsync VMM/IEM: Native translation for IEM_MC_CALL_CIMPL_[3-5]_THREADED and …
(edit) @102078   13 months vboxsync VMM/IEM: Native handling/translation of IEM_MC_GREG_Uxx[_CONST]. …
(edit) @102077   13 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102070   13 months vboxsync VMM/IEM: Native translation of IEM_MC_CLEAR_HIGH_GREG_U64. Had to …
(edit) @102069   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32_CONST. bugref:10371
(edit) @102068   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32 and …
(edit) @102067   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16_CONST. bugref:10371
(edit) @102065   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of …
(edit) @102012   13 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102011   13 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101984   13 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   13 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101954   13 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN_U8_SX_U64 and …
(edit) @101953   13 months vboxsync VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371
(edit) @101950   13 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstTwoByte0f.cpp.h, …
(edit) @101911   13 months vboxsync VMM/IEM: Added IEM_MC_NO_NATIVE_RECOMPILE and cleaned up …
(edit) @101850   13 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101844   13 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101742   13 months vboxsync VMM/IEM: Consider #if/#ifdef/#ifndef/#elif/#else/#endif when picking …
(edit) @101732   13 months vboxsync VMM/IEM: Consider #if/#ifdef/#ifndef/#elif/#else/#endif when picking …
(edit) @101722   13 months vboxsync VMM/IEM: Identify the different styles IEM_MC_CALL_XXX and mark these …
(edit) @101694   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U8_CONST_THREADED …
(edit) @101589   13 months vboxsync VMM/IEM: Native IEM_MC_IF_ECX_IS_NZ_AND_EFL_BIT_SET, …
(edit) @101587   13 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U32 and IEM_MC_SUB_GREG_U64. Covers …
(edit) @101585   13 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
Note: See TracRevisionLog for help on using the revision log.

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