VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105271   7 months vboxsync VMM/IEM: Replaced IEMNATIVEEXITREASON with IEMNATIVELABELTYPE, since …
(edit) @105261   7 months vboxsync VMM/IEM: Share epilog and other tail code on a per-chunk basis (due to …
(edit) @105036   7 months vboxsync VMM/IEM: Split the TLB into non-global (even) and global (odd) …
(edit) @104984   8 months vboxsync VMM/IEM: Relax alignment restrictions in native code TLB lookup, avoid …
(edit) @104798   8 months vboxsync VMM/IEM: Introduce IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON as an …
(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) @104415   9 months vboxsync VMM/IEM: Fixed another regression from r162896. bugreg:10370 bugref:10376
(edit) @104404   9 months vboxsync VMM/IEM: Fixed regression from r162896. bugreg:10370 bugref:10376
(edit) @104403   9 months vboxsync VMM/IEM: Extend add/sub immediate range on arm64, fixed a couple of …
(edit) @104402   9 months vboxsync VMM/IEM: Improved loading 32-bit constants via …
(edit) @104372   10 months vboxsync VMM/IEM: Bugfixes in iemNativeEmitSimdLoadGprFromVecRegU64() and …
(edit) @104359   10 months vboxsync VMM/IEM: Fix store size (word means 32-bit, dword 64-bit on arm64), …
(edit) @104357   10 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104341   10 months vboxsync VMM/IEM: Improved iemNativeEmitMarker on arm64. bugref:10375
(edit) @104168   10 months vboxsync VMM/IEM: Fix the interpreter implementation of IEM_MC_FETCH_YREG_U64, …
(edit) @104155   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CLEAR_EFL_BIT(), …
(edit) @104133   10 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104099   10 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104088   10 months vboxsync VMM/IEM: Fix the instruction legnth for amd64 in …
(edit) @104087   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
(edit) @104058   10 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104056   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104033   10 months vboxsync VMM/IEM: Implement loading the missing part from CPUMCTX when the …
(edit) @104030   10 months vboxsync VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
(edit) @103973   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103965   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103956   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103949   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103942   11 months vboxsync VMM/IEM: Implement memory stores from SIMD registers and implement …
(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) @103894   11 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103892   11 months vboxsync VMM/IEM: Fix instruction length for amd64, bugref:10614
(edit) @103880   11 months vboxsync VMM/IEM: fix some issues which byte me while improving vpextrb …
(edit) @103877   11 months vboxsync VMM/IEM: General fix for RelImm14At5 jumps on arm64 to labels defined …
(edit) @103875   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseAvxRelatedXcpt to avoid …
(edit) @103872   11 months vboxsync VMM/IEM: Fixed bugs in arm64 versions of iemNativeEmitOrImmIntoVCpuU32 …
(edit) @103860   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103850   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103849   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103848   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), …
(edit) @103846   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), bugref:10614
(edit) @103845   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), …
(edit) @103844   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), …
(edit) @103836   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(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) @103822   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103821   11 months vboxsync VMM/IEM: Use vpbroadcast, some VEX3 prefix cleanups, bugref:10614
(edit) @103819   11 months vboxsync VMM/IEM: amd64 bugfixes for r162184 and r162185, bugref:10614
(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) @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) @103780   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), ​bugref:10614 …
(edit) @103779   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103777   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(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) @103758   11 months vboxsync VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
(edit) @103750   11 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103728   11 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103646   11 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103622   11 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103613   11 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103585   11 months vboxsync VMM/IEM: Native translation of …
(edit) @103555   11 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103404   12 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @102876   13 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102857   13 months vboxsync VMM/IEM: Arm build fix. bugref:10371
(edit) @102850   13 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102803   13 months vboxsync VMM/IEM: Arm build fixes (stats). bugref:10371
(edit) @102800   13 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102790   13 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102785   13 months vboxsync VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
(edit) @102765   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102756   13 months vboxsync VMM/IEM: Rough TLB lookup code for fetches and stores. bugref:10371
(edit) @102741   13 months vboxsync VMM/IEM: Corrected two more 8-bit host register messups on x86, also …
(edit) @102736   13 months vboxsync VMM/IEM: Debugged TLB lookup code on arm and enabled it there. bugref:10371
(edit) @102735   13 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102734   13 months vboxsync VMM/IEM: ARM build fix. bugref:10371
(edit) @102733   13 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102724   13 months vboxsync VMM/IEM: Moved the TLB lookup code emitting into a separate function …
(edit) @102720   13 months vboxsync VMM/IEM: Enabled the memmap TLB code on x86. bugref:10371
(edit) @102718   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102717   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102700   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102699   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102662   14 months vboxsync VMM/IEM: Fixed typo in amd64 part of iemNativeEmitAddTwoGprs and a …
(edit) @102624   14 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   14 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102593   14 months vboxsync VMM/IEM: Native translation of Blt_CheckCsLim. bugref:10371
(edit) @102580   14 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102579   14 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102569   14 months vboxsync VMM/IEM: Little unmap assertion fix / optimization. bugref:10371
(edit) @102512   14 months vboxsync VMM/IEM: Arm build fix. Fixed jumps in EFLAGS VBOX_STRICT code so they …
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