VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108901   12 days vboxsync VMM/IEM: More ARM target work. jiraref:VBP-1598
(edit) @108900   12 days vboxsync VMM/IEM: Working on the ARM bsd/opensource spec reader & decoder …
(edit) @108898   12 days vboxsync VMM/IEM: Working on the ARM bsd/opensource spec reader & decoder …
(edit) @108368   8 weeks vboxsync VMM/IEM: More work on targeting arm. jiraref:VBP-1531
(edit) @108313   2 months vboxsync VMM/IEM: s/IEM_MC_IF_EFL_/IEM_MC_IF_FLAGS_/g. jiraref:VBP-1531
(edit) @108312   2 months vboxsync VMM/IEM: Split out the x86 specific MC codes into IEMMc-x86.h. …
(edit) @108299   2 months vboxsync VMM/IEM: Removed IEM_MC_RETURN_ON_FAILURE as it is no longer needed …
(edit) @108296   2 months vboxsync VMM/IEM: s/IEM_MC_STORE_MEM_(?!FLAT|SEG|BY)/IEM_MC_STORE_MEM_SEG_\2/g …
(edit) @108294   2 months vboxsync VMM/IEM: IEM_MC_STORE_MEM_*_BY_REF -> IEM_MC_STORE_MEM_BY_REF_* (kind …
(edit) @108288   2 months vboxsync VMM/IEM: …
(edit) @108287   2 months vboxsync VMM/IEM: s/IEM_MC_MEM_MAP/IEM_MC_MEM_SEG_MAP/g jiraref:VBP-1531
(edit) @108278   2 months vboxsync VMM/IEM: Removed the #ifndef IEM_WITH_SETJMP code. We've had …
(edit) @108269   2 months vboxsync VMM/IEM: …
(edit) @108267   2 months vboxsync VMM/IEM: …
(edit) @107218   5 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpp[sd]; …
(edit) @107052   5 months vboxsync VMM/IEM: fix IEM vmovlhps instruction emulation; bugref:9898; …
(edit) @106427   6 months vboxsync VMM/IEM: Reduced the paramters for iemNativeEmitRetn. bugref:10720
(edit) @106179   7 months vboxsync VMM/IEM: Reworked the div, idiv, mul and imul assembly workers and how …
(edit) @106097   7 months vboxsync VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
(edit) @106061   7 months vboxsync Copyright year updates by scm.
(edit) @106037   7 months vboxsync VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
(edit) @105664   8 months vboxsync VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
(edit) @105652   8 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105489   9 months vboxsync VMM/IEM: Introduce special IEM_MC_NATIVE_EMIT_2_EX() IEM microcode …
(edit) @105449   9 months vboxsync VMM/IEM: Use correct memory fetch variants which don't throw an #AC …
(edit) @105446   9 months vboxsync VMM/IEM: Doxygen build fix after r164103
(edit) @105445   9 months vboxsync VMM/IEM: Fold IEM_MC_MAYBE_RAISE_SSE_AVX_SIMD_FP_OR_UD_XCPT() into …
(edit) @105315   9 months vboxsync VMM/IEM: Implement vcvttss2si, vcvttsd2si, vcvtss2si and vcvtsd2si …
(edit) @105283   9 months vboxsync VMM/IEM: Implement vcmpps, vcmppd, vcmpss, vcmpsd instruction …
(edit) @105183   10 months vboxsync VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
(edit) @105035   10 months vboxsync VMM/IEM,bs3-cpu-weird-1: Made bs3CpuWeird1_PcWrapping run w/o …
(edit) @104419   12 months vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(edit) @104195   13 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104183   13 months vboxsync VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
(edit) @104177   13 months vboxsync VMM/IEM: Get rid of IEM_MC_STORE_SSE_RESULT(), by checking for pending …
(edit) @104174   13 months vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(edit) @104168   13 months vboxsync VMM/IEM: Fix the interpreter implementation of IEM_MC_FETCH_YREG_U64, …
(edit) @104163   13 months vboxsync VMM/IEMMc.h: Fixed Doxygen burns. bugref:10614
(edit) @104150   13 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104135   13 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104134   13 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104133   13 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104129   13 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104099   13 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104076   13 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104058   13 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104020   13 months vboxsync VMM/IEM: Call the correct inline function for the …
(edit) @104019   13 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   13 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104017   13 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   13 months vboxsync VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
(edit) @103984   13 months vboxsync VMM/IEM: Need to use iemMemFlatFetchDataU128AlignedSseJmp() for the …
(edit) @103951   13 months vboxsync VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
(edit) @103936   13 months vboxsync VMM/IEM: Fix call being made in …
(edit) @103909   13 months vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103880   13 months vboxsync VMM/IEM: fix some issues which byte me while improving vpextrb …
(edit) @103828   13 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103787   14 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103778   14 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103613   14 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(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) @103181   15 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   15 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @102977   15 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102876   15 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102586   17 months vboxsync VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
(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) @102569   17 months vboxsync VMM/IEM: Little unmap assertion fix / optimization. bugref:10371
(edit) @102510   17 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102471   17 months vboxsync VMM/IEM: IEM_MC_ASSIGN_TO_SMALLER (lea); fixed a few bugs wrt guest …
(edit) @102448   17 months vboxsync VMM/IEM: Removed duplicate MC IEM_MC_FETCH_MEM_S32_SX_U64. bugref:10371
(edit) @102440   17 months vboxsync VMM/IEM: Corrected MCs for FLAT U128 memory access after the workers …
(edit) @102433   17 months vboxsync VMM/IEM: Drop the pointer from the UNMAP MCs as it is no longer used. …
(edit) @102430   17 months vboxsync VMM/IEM: Refactored iemMemMap and friends to work with bUnmapInfo / …
(edit) @102429   17 months vboxsync VMM/IEM: Retired un-typed IEM_MC_MEM_MAP and friends not using …
(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) @102426   17 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102425   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) @102349   17 months vboxsync VMM/IEM: Converted IEM_MC_REF_LOCAL uses to IEM_MC_ARG_LOCAL_REF, …
(edit) @102012   18 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102011   18 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101984   18 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   18 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101954   18 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN_U8_SX_U64 and …
(edit) @101953   18 months vboxsync VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371
(edit) @101950   18 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstTwoByte0f.cpp.h, …
(edit) @101911   18 months vboxsync VMM/IEM: Added IEM_MC_NO_NATIVE_RECOMPILE and cleaned up …
(edit) @101850   18 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101587   18 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U32 and IEM_MC_SUB_GREG_U64. Covers …
(edit) @101484   18 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   19 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @100889   20 months vboxsync VMM/IEM: Adjusted IEM_MC_CALL_CIMPL_HLP_RET assertion to account for …
(edit) @100860   21 months vboxsync VMM/IEM: Reworked basic stack push/pop functions for setjmp, though …
(edit) @100859   21 months vboxsync VMM/IEM: Stack MC rework preps. bugref:10369
(edit) @100854   21 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100847   21 months vboxsync VMM/IEM: Dedicated code for IEM_MC_MEM_COMMIT_AND_UNMAP_RW/WO/RO. …
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