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) @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, …
(edit) @101584   13 months vboxsync VMM/IEM: Native IEM_MC_IF_ECX_IS_NZ and IEM_MC_IF_RCX_IS_NZ …
(edit) @101583   13 months vboxsync VMM/IEM: Native IEM_MC_IF_CX_IS_NZ implementation. bugref:10371
(edit) @101581   13 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BIT_SET_OR_BITS_NE and …
(edit) @101580   13 months vboxsync VMM/IEM: Fixes for IEM_MC_IF_EFL_BITS_NE and enabled native …
(edit) @101576   13 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BITS_NE translation. bugref:10371
(edit) @101570   13 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BIT_NOT_SET translation. bugref:10371
(edit) @101569   13 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_NO_BITS_SET. translation. bugref:10371
(edit) @101568   13 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_ANY_BITS_SET translation. bugref:10371
(edit) @101557   13 months vboxsync VMM/IEM: Got conditional jumps working, currently only those testing …
(edit) @101538   13 months vboxsync VMM/IEM: Freed up some space in IEMTB for a pointer to debug info or …
(edit) @101537   14 months vboxsync VMM/IEM: Undebugged code for …
(edit) @101484   14 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   14 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @101370   14 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   14 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @100856   16 months vboxsync VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of …
(edit) @100854   16 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100840   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100826   16 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100753   16 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100747   16 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100743   16 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
(edit) @100734   16 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(copy) @100733   16 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
copied from trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
(edit) @100714   16 months vboxsync VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
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