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) @106181   4 months vboxsync VMM/IEM: Check that IEM_MC_REF_EFLAGS is used correctly and won't …
(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) @106097   5 months vboxsync VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
(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) @105853   6 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105664   6 months vboxsync VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
(edit) @105652   6 months vboxsync VMM/IEM: Fix bound instruction emulation when running in the …
(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) @105283   7 months vboxsync VMM/IEM: Implement vcmpps, vcmppd, vcmpss, vcmpsd instruction …
(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) @104419   10 months vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(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) @104174   10 months vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(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) @104141   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) @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) @104076   11 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104075   11 months vboxsync VMM/IEM: Implement native emitter for …
(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) @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) @104017   11 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   11 months vboxsync VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
(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) @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) @103955   11 months vboxsync VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
(edit) @103953   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103952   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103949   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103945   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103944   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_YREG_U128(), …
(edit) @103942   11 months vboxsync VMM/IEM: Implement memory stores from SIMD registers and implement …
(edit) @103937   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U128(), …
(edit) @103934   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103933   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_STORE_XREG_U32_U128(), …
(edit) @103932   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
(edit) @103927   11 months vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
(edit) @103921   11 months vboxsync VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
(edit) @103919   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103917   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_STORE_XREG_U128(), …
(edit) @103916   11 months vboxsync VMM/IEM: Convert …
(edit) @103911   11 months vboxsync VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
(edit) @103909   11 months vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103900   11 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103899   11 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103898   11 months vboxsync VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
(edit) @103894   11 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103865   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103863   11 months vboxsync VMM/IEM: Revert r162233 as it is not the cause for the corruption, …
(edit) @103862   11 months vboxsync VMM/IEM: Partly revert r162209 by disabling recompilation of …
(edit) @103853   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103851   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103850   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103849   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103846   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), bugref:10614
(edit) @103843   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), bugref:10614
(edit) @103839   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103835   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103834   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_XREG_U32_MASK(), …
(edit) @103828   11 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103825   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103824   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103823   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103822   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103818   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103817   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103816   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103815   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103814   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U32_ZX_U128() …
(edit) @103813   11 months vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103796   11 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103787   11 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103779   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103778   11 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103776   11 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   11 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103763   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
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