|
|
@104321
|
8 months |
vboxsync |
VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
|
|
|
@104298
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104292
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
|
|
|
@104281
|
8 months |
vboxsync |
VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
|
|
|
@104274
|
8 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@104272
|
8 months |
vboxsync |
VMM: bugref:9898 VEX.W opcode decoding helper and its usage for …
|
|
|
@104269
|
8 months |
vboxsync |
VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
|
|
|
@104268
|
8 months |
vboxsync |
VMM: bugref:9898 Fixed Python generator breakage with r162727 by …
|
|
|
@104263
|
8 months |
vboxsync |
VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
|
|
|
@104238
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104217
|
8 months |
vboxsync |
VMM/EMInternal.h: linux.arm64 requires a bigger jump buffer padding, …
|
|
|
@104209
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104208
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104207
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104206
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104195
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104188
|
8 months |
vboxsync |
VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
|
|
|
@104183
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
|
|
|
@104177
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_STORE_SSE_RESULT(), by checking for pending …
|
|
|
@104174
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
|
|
|
@104168
|
8 months |
vboxsync |
VMM/IEM: Fix the interpreter implementation of IEM_MC_FETCH_YREG_U64, …
|
|
|
@104163
|
8 months |
vboxsync |
VMM/IEMMc.h: Fixed Doxygen burns. bugref:10614
|
|
|
@104156
|
8 months |
vboxsync |
VMM/IEM: Rework microcode of …
|
|
|
@104155
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_CLEAR_EFL_BIT(), …
|
|
|
@104151
|
8 months |
vboxsync |
VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
|
|
|
@104150
|
8 months |
vboxsync |
VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
|
|
|
@104148
|
8 months |
vboxsync |
VMM/IEM: Enabled the LDP & STP optimization for the TLB code on ARM64. …
|
|
|
@104147
|
8 months |
vboxsync |
VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
|
|
|
@104145
|
8 months |
vboxsync |
VMM/IEM: Correct canonical check on arm64 hosts, wrong shift (both …
|
|
|
@104135
|
8 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
|
|
|
@104134
|
8 months |
vboxsync |
VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
|
|
|
@104133
|
8 months |
vboxsync |
VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
|
|
|
@104132
|
8 months |
vboxsync |
VMM/IEM: Convert some AVX instruction emulation helpers to the …
|
|
|
@104131
|
8 months |
vboxsync |
VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
|
|
|
@104129
|
8 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641
…
|
|
|
@104115
|
8 months |
vboxsync |
VMM/IEM: Split out the executable memory allocator from …
|
|
|
@104114
|
8 months |
vboxsync |
VMM/IEM: Implemented a very simple alternative to …
|
|
|
@104103
|
8 months |
vboxsync |
VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
|
|
|
@104100
|
8 months |
vboxsync |
VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
|
|
|
@104099
|
8 months |
vboxsync |
VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
|
|
|
@104095
|
8 months |
vboxsync |
VMM/IEM: Release statistics on how often the exec memory allocator …
|
|
|
@104088
|
8 months |
vboxsync |
VMM/IEM: Fix the instruction legnth for amd64 in …
|
|
|
@104087
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
|
|
|
@104084
|
8 months |
vboxsync |
VMM/IEM: Implement support for automatically flushing all call …
|
|
|
@104079
|
8 months |
vboxsync |
VMM/IEM: Can't access the high byte of a register when a VEX prefix is …
|
|
|
@104076
|
8 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104073
|
8 months |
vboxsync |
VMM/IEM: Made the code compile without …
|
|
|
@104064
|
8 months |
vboxsync |
VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
|
|
|
@104059
|
8 months |
vboxsync |
VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
|
|
|
@104058
|
8 months |
vboxsync |
VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
|
|
|
@104056
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
|
|
|
@104050
|
8 months |
vboxsync |
VMM/IEM: Enable the delayed register writeback feature, bugref:10629
|
|
|
@104047
|
8 months |
vboxsync |
VMM/IEM: Straighten the code flushing dirty guest registers, …
|
|
|
@104036
|
8 months |
vboxsync |
VMM/IEM: Add some more detailed debug info when a guest register …
|
|
|
@104035
|
8 months |
vboxsync |
VMM/IEM: Implement experimental (disabled by default) delaying …
|
|
|
@104034
|
8 months |
vboxsync |
VMM/IEM: Implement experimental (disabled by default) delaying …
|
|
|
@104033
|
8 months |
vboxsync |
VMM/IEM: Implement loading the missing part from CPUMCTX when the …
|
|
|
@104030
|
8 months |
vboxsync |
VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
|
|
|
@104021
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
|
|
|
@104020
|
8 months |
vboxsync |
VMM/IEM: Call the correct inline function for the …
|
|
|
@104019
|
8 months |
vboxsync |
VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
|
|
|
@104018
|
8 months |
vboxsync |
VMM/IEM: Dropped the argument and local variable counts from …
|
|
|
@104017
|
8 months |
vboxsync |
VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
|
|
|
@104016
|
8 months |
vboxsync |
VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
|
|
|
@103993
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103984
|
8 months |
vboxsync |
VMM/IEM: Need to use iemMemFlatFetchDataU128AlignedSseJmp() for the …
|
|
|
@103973
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
|
|
|
@103965
|
8 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103964
|
8 months |
vboxsync |
VMM/IEM: Some statistics on the SIMD register allocator and some …
|
|
|
@103959
|
8 months |
vboxsync |
VMM/IEM: vpblendvb is supposed to raise #UD if VEX.W isn't zero. …
|
|
|
@103956
|
8 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103955
|
8 months |
vboxsync |
VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
|
|
|
@103953
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103952
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103951
|
8 months |
vboxsync |
VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
|
|
|
@103949
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103942
|
8 months |
vboxsync |
VMM/IEM: Implement memory stores from SIMD registers and implement …
|
|
|
@103936
|
8 months |
vboxsync |
VMM/IEM: Fix call being made in …
|
|
|
@103934
|
8 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103927
|
8 months |
vboxsync |
VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
|
|
|
@103922
|
8 months |
vboxsync |
VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
|
|
|
@103921
|
8 months |
vboxsync |
VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
|
|
|
@103916
|
9 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103911
|
9 months |
vboxsync |
VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
|
|
|
@103909
|
9 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103908
|
9 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103900
|
9 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103899
|
9 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103898
|
9 months |
vboxsync |
VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
|
|
|
@103895
|
9 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103894
|
9 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103892
|
9 months |
vboxsync |
VMM/IEM: Fix instruction length for amd64, bugref:10614
|
|
|
@103888
|
9 months |
vboxsync |
VMM/IEM: Enabled wholesale EFLAGS skipping in …
|
|
|
@103880
|
9 months |
vboxsync |
VMM/IEM: fix some issues which byte me while improving vpextrb …
|
|
|
@103877
|
9 months |
vboxsync |
VMM/IEM: General fix for RelImm14At5 jumps on arm64 to labels defined …
|
|
|
@103876
|
9 months |
vboxsync |
VMM/IEM: Reverted silent assertion 'fix' from r162236 as it is wrong …
|
|
|
@103875
|
9 months |
vboxsync |
VMM/IEM: Reworked iemNativeEmitMaybeRaiseAvxRelatedXcpt to avoid …
|
|
|
@103874
|
9 months |
vboxsync |
VMM/IEM: Comments on lables. bugref:10370
|
|
|
@103872
|
9 months |
vboxsync |
VMM/IEM: Fixed bugs in arm64 versions of iemNativeEmitOrImmIntoVCpuU32 …
|
|
|
@103865
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|