VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102719   14 months vboxsync VMM/IEM: Corrected missing clobbering of kIemNativeGstReg_SegAttrib*. …
(edit) @102698   14 months vboxsync VMM/IEM: Added missing xSP clobbering annoation for return …
(edit) @102577   15 months vboxsync VMM/IEM: Basic native translation of IEM_MC_POP_GREG_U* and friends. …
(edit) @102572   15 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102522   15 months vboxsync VMM/IEM: Fixed regression from r160580 where we'd be triggering #UD on …
(edit) @102473   15 months vboxsync VMM/IEM: optimize todo. bugref:10371
(edit) @102437   15 months vboxsync VMM/IEM: LOCK prefix and IEM_F_X86_DISREGARD_LOCK cleanups. Don't want …
(edit) @102433   15 months vboxsync VMM/IEM: Drop the pointer from the UNMAP MCs as it is no longer used. …
(edit) @102427   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102426   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102425   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102424   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102397   15 months vboxsync VMM/IEM: Enabled native IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64. bugref:10371
(edit) @102349   15 months vboxsync VMM/IEM: Converted IEM_MC_REF_LOCAL uses to IEM_MC_ARG_LOCAL_REF, …
(edit) @102331   15 months vboxsync VMM/IEM: IEM_MC_REF_XXX must NOT have any IEM_MC_FETCH_XXX following …
(edit) @102077   15 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102033   16 months vboxsync VMM/IEM: Fixed some inconsistencies wrt input for IEM_MC_PUSH_*. …
(edit) @102029   16 months vboxsync VMM/IEM: Added more variable checks to tstIEMCheckMc and found 4 …
(edit) @102011   16 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101984   16 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   16 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101954   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN_U8_SX_U64 and …
(edit) @101949   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstOneByte.cpp.h, …
(edit) @101850   16 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101707   16 months vboxsync VMM/IEM: Use IEM_MC_STORE_GREG_U*_CONST when storing an immediate …
(edit) @101516   16 months vboxsync VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
(edit) @101484   16 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   17 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @101304   17 months vboxsync VMM/IEM: Emit native code for pure defer-CImpl instructions. Tested on …
(edit) @100858   19 months vboxsync VMM/IEM: Mark 32-bit pushes and pops as not possible in 64-bit mode. …
(edit) @100856   19 months vboxsync VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of …
(edit) @100854   19 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100846   19 months vboxsync VMM/IEM: Fixed a 32-bit xchg regression from r158734. bugref:10369
(edit) @100839   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100838   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100836   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100835   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100834   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX, …
(edit) @100833   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100832   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100831   19 months vboxsync VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
(edit) @100826   19 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100804   19 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100787   19 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100761   19 months vboxsync VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
(edit) @100740   19 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100735   19 months vboxsync VMM/IEM: Fixed locked unary instruction regression from r158571. …
(copy) @100733   19 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
copied from trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h
(edit) @100731   19 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
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