VirtualBox

source: vbox/trunk/src/VBox/VMM/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103984   11 months vboxsync VMM/IEM: Need to use iemMemFlatFetchDataU128AlignedSseJmp() for the …
(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) @103964   11 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103959   11 months vboxsync VMM/IEM: vpblendvb is supposed to raise #UD if VEX.W isn't zero. …
(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) @103951   11 months vboxsync VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
(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) @103936   11 months vboxsync VMM/IEM: Fix call being made in …
(edit) @103934   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103927   11 months vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
(edit) @103922   11 months vboxsync VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
(edit) @103921   11 months vboxsync VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
(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) @103908   11 months vboxsync VMM/IEM: Convert …
(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) @103895   11 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(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) @103888   11 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(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) @103876   11 months vboxsync VMM/IEM: Reverted silent assertion 'fix' from r162236 as it is wrong …
(edit) @103875   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseAvxRelatedXcpt to avoid …
(edit) @103874   11 months vboxsync VMM/IEM: Comments on lables. bugref:10370
(edit) @103872   11 months vboxsync VMM/IEM: Fixed bugs in arm64 versions of iemNativeEmitOrImmIntoVCpuU32 …
(edit) @103865   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103860   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103854   11 months vboxsync doxygen fix, lnx64dep2 build burn, IEMN8veRecompiler.h file, wrong …
(edit) @103852   11 months vboxsync Move iemTbFlagsToString() to be accessible to both callers [symbol …
(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) @103847   11 months vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(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) @103839   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103838   12 months vboxsync VMM/IEM: Emit the …
(edit) @103836   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103835   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103834   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_XREG_U32_MASK(), …
(edit) @103829   12 months vboxsync VMM/IEM: SIMD allocator build fix for windows. bugref:10614
(edit) @103828   12 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103822   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103821   12 months vboxsync VMM/IEM: Use vpbroadcast, some VEX3 prefix cleanups, bugref:10614
(edit) @103819   12 months vboxsync VMM/IEM: amd64 bugfixes for r162184 and r162185, bugref:10614
(edit) @103816   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103815   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103814   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U32_ZX_U128() …
(edit) @103813   12 months vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103812   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103809   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103807   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103804   12 months vboxsync VMM/IEM: Need to include the temporary register in the fixed register …
(edit) @103796   12 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103787   12 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103780   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), ​bugref:10614 …
(edit) @103779   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103778   12 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103777   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(edit) @103776   12 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   12 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103763   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
(edit) @103762   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
(edit) @103761   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
(edit) @103759   12 months vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103758   12 months vboxsync VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
(edit) @103750   12 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103741   12 months vboxsync VMM/IEM: Disabled IEMNATIVE_WITH_TB_DEBUG_INFO in non-debug builds …
(edit) @103739   12 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103735   12 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
(edit) @103729   12 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103728   12 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103700   12 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103696   12 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103671   12 months vboxsync VMM/IEM: Native translation of …
(edit) @103667   12 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103662   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103660   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   12 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103649   12 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103646   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103622   12 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103614   12 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   12 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103592   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103590   12 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   12 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
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