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) @105183   7 months vboxsync VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
(edit) @104419   9 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   10 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104092   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_R32() and …
(edit) @104087   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
(edit) @104076   10 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104075   10 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104056   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104053   10 months vboxsync VMM/IEM: Add native emitter for IEM_MC_STORE_GREG_I64(), bugref:10371
(edit) @104021   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104019   10 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   10 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104017   10 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   10 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
(edit) @103762   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
(edit) @103761   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
(edit) @103759   11 months vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103756   11 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103671   11 months vboxsync VMM/IEM: Native translation of …
(edit) @103667   11 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   11 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103663   11 months vboxsync VMM/IEM: Native translation of …
(edit) @103660   11 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103613   11 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103592   11 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103590   11 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   11 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   11 months vboxsync VMM/IEM: Native translation of …
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