VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompFuncs.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106465   4 months vboxsync VMM/IEM: Added iemNativeEmitLoadGprWithGstReg[Ex]T and …
(edit) @106453   4 months vboxsync VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
(edit) @106445   4 months vboxsync VMM/IEM: Pass down a_fFlat to the IEMNATIVEEMITTLBSTATE constructor …
(edit) @106443   4 months vboxsync VMM/IEM: Reduced the number of arguments for iemNativeEmitTlbLookup. …
(edit) @106432   4 months vboxsync VMM/IEM: Reduced the arguments for iemNativeEmitStackPushRip and …
(edit) @106431   4 months vboxsync VMM/IEM: Reduced the arguments for iemNativeEmitStackPushRip and …
(edit) @106429   4 months vboxsync VMM/IEM: In iemNativeEmitRetn (as everywhere else), 64-bit mode …
(edit) @106427   4 months vboxsync VMM/IEM: Reduced the paramters for iemNativeEmitRetn. bugref:10720
(edit) @106423   4 months vboxsync VMM/IEM: Reduced the number of parameters for iemNativeEmitStackPush & …
(edit) @106416   4 months vboxsync VMM/IEM: Reduced the number of parameters for …
(edit) @106409   4 months vboxsync VMM/IEM: Reduced the number of parameters for …
(edit) @106407   4 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106319   4 months vboxsync VMM/IEM: Reduced parameter count for iemNativeRegAllocTmp*. bugref:10720
(edit) @106315   4 months vboxsync VMM/IEM: Reduce the number of parameters passed to the …
(edit) @106196   4 months vboxsync VMM/IEM: Added missing skipped eflags tracking in …
(edit) @106187   4 months vboxsync VMM/IEM: Injecting postponed eflags calculations into the TLB miss …
(edit) @106180   4 months vboxsync VMM/IEM: Refactoring TbExits and other early eflags calculation …
(edit) @106179   4 months vboxsync VMM/IEM: Reworked the div, idiv, mul and imul assembly workers and how …
(edit) @106123   5 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   5 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106113   5 months vboxsync VMM/IEM: Added special register allocator functions for EFLAGS so we …
(edit) @106097   5 months vboxsync VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
(edit) @106090   5 months vboxsync VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
(edit) @106078   5 months vboxsync VMM/IEM: Liveness work for bugref:10720. bugref:10372
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @106037   5 months vboxsync VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
(edit) @106036   5 months vboxsync VMM/IEM: Changed the IEMNATIVEMITEFLOP/enmOp argument to …
(edit) @106006   5 months vboxsync VMM/IEM: Extended iemNativeEmitFetchEFlags (IEM_MC_FETCH_EFLAGS_EX) to …
(edit) @105878   5 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105877   5 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105856   6 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   6 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   6 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   6 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105818   6 months vboxsync VMM/IEM: Record whether any of the branches of an …
(edit) @105768   6 months vboxsync VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
(edit) @105739   6 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105657   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105656   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105655   6 months vboxsync VMM/IEM: Fix adjusting the stack pointer when recompiling a pop …
(edit) @105652   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(edit) @105490   7 months vboxsync VMM/IEM: Basic infrastructure to natively recompile SIMD floating …
(edit) @105489   7 months vboxsync VMM/IEM: Introduce special IEM_MC_NATIVE_EMIT_2_EX() IEM microcode …
(edit) @105445   7 months vboxsync VMM/IEM: Fold IEM_MC_MAYBE_RAISE_SSE_AVX_SIMD_FP_OR_UD_XCPT() into …
(edit) @105315   7 months vboxsync VMM/IEM: Implement vcvttss2si, vcvttsd2si, vcvtss2si and vcvtsd2si …
(edit) @105271   7 months vboxsync VMM/IEM: Replaced IEMNATIVEEXITREASON with IEMNATIVELABELTYPE, since …
(edit) @105251   7 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105183   7 months vboxsync VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
(edit) @105035   7 months vboxsync VMM/IEM,bs3-cpu-weird-1: Made bs3CpuWeird1_PcWrapping run w/o …
(edit) @104984   8 months vboxsync VMM/IEM: Relax alignment restrictions in native code TLB lookup, avoid …
(edit) @104956   8 months vboxsync VMM/IEM: TLB statistics reorg. bugref:10687
(edit) @104797   8 months vboxsync VMM/IEM: Introduce special helpers for generating code to exit a TB in …
(edit) @104468   9 months vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104460   9 months vboxsync VMM/IEM: Fixed incorrect use of IEMNATIVE_CALL_ARG1_GREG as a mask in …
(edit) @104420   10 months vboxsync VMM/IEM: Add native emitters for the …
(edit) @104357   10 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104333   10 months vboxsync VMM/IEM: Fixed untested IEM_MC_MAYBE_RAISE_WAIT_DEVICE_NOT_AVAILABLE …
(edit) @104270   10 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104195   10 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104183   10 months vboxsync VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
(edit) @104177   10 months vboxsync VMM/IEM: Get rid of IEM_MC_STORE_SSE_RESULT(), by checking for pending …
(edit) @104172   10 months vboxsync VMM/IEM: Doxygen fix, bugref:10371
(edit) @104155   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CLEAR_EFL_BIT(), …
(edit) @104150   10 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104143   10 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104140   10 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104135   10 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104133   10 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104129   10 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104107   10 months vboxsync VMM/IEM: The source variables for IEM_MC_STORE_XREG_* must be acquired …
(edit) @104099   11 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104092   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_R32() and …
(edit) @104087   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
(edit) @104084   11 months vboxsync VMM/IEM: Implement support for automatically flushing all call …
(edit) @104075   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104074   11 months vboxsync VMM/IEM: Fix implementation of IEM_MC_SHL_LOCAL_S16() and …
(edit) @104072   11 months vboxsync VMM/IEM: Build fix and marked the two local SHL/SAR operations as not …
(edit) @104058   11 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104056   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104053   11 months vboxsync VMM/IEM: Add native emitter for IEM_MC_STORE_GREG_I64(), bugref:10371
(edit) @104052   11 months vboxsync VMM/IEM: Non debug build fix, bugref:10629
(edit) @104048   11 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104047   11 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104034   11 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104021   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104019   11 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   11 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104009   11 months vboxsync VMM/IEM: Build fix. bugref:10614
(edit) @103997   11 months vboxsync VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
(edit) @103995   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_XMM(), …
(edit) @103993   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103991   11 months vboxsync VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
(edit) @103990   11 months vboxsync VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
(edit) @103986   11 months vboxsync VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
(edit) @103985   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
(edit) @103979   11 months vboxsync VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
(edit) @103973   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103956   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103953   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103952   11 months vboxsync VMM/IEM: Implement native emitters for …
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