|
|
@104087
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
|
|
|
@104084
|
10 months |
vboxsync |
VMM/IEM: Implement support for automatically flushing all call …
|
|
|
@104081
|
10 months |
vboxsync |
VMM/IEM: Same logic as r162478/iemGRegRefU8 applies here. bugref:9898
|
|
|
@104080
|
10 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104076
|
10 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104075
|
10 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@104074
|
10 months |
vboxsync |
VMM/IEM: Fix implementation of IEM_MC_SHL_LOCAL_S16() and …
|
|
|
@104073
|
10 months |
vboxsync |
VMM/IEM: Made the code compile without …
|
|
|
@104072
|
10 months |
vboxsync |
VMM/IEM: Build fix and marked the two local SHL/SAR operations as not …
|
|
|
@104064
|
10 months |
vboxsync |
VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
|
|
|
@104059
|
10 months |
vboxsync |
VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
|
|
|
@104058
|
10 months |
vboxsync |
VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
|
|
|
@104056
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
|
|
|
@104053
|
10 months |
vboxsync |
VMM/IEM: Add native emitter for IEM_MC_STORE_GREG_I64(), bugref:10371
|
|
|
@104052
|
10 months |
vboxsync |
VMM/IEM: Non debug build fix, bugref:10629
|
|
|
@104051
|
10 months |
vboxsync |
VMM/IEM: Optimizing (hopefully) and correcting flag handling in …
|
|
|
@104049
|
10 months |
vboxsync |
VMM/IEM: Mark the SIMD register as dirty based on the load size in …
|
|
|
@104048
|
10 months |
vboxsync |
VMM/IEM: Mark the SIMD register as dirty based on the load size in …
|
|
|
@104047
|
10 months |
vboxsync |
VMM/IEM: Straighten the code flushing dirty guest registers, …
|
|
|
@104036
|
10 months |
vboxsync |
VMM/IEM: Add some more detailed debug info when a guest register …
|
|
|
@104034
|
10 months |
vboxsync |
VMM/IEM: Implement experimental (disabled by default) delaying …
|
|
|
@104033
|
10 months |
vboxsync |
VMM/IEM: Implement loading the missing part from CPUMCTX when the …
|
|
|
@104032
|
10 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10607 Forward port r162255 (Fix …
|
|
|
@104030
|
10 months |
vboxsync |
VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
|
|
|
@104029
|
10 months |
vboxsync |
VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h: Build fix, bugref:10391
|
|
|
@104021
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
|
|
|
@104019
|
10 months |
vboxsync |
VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
|
|
|
@104018
|
10 months |
vboxsync |
VMM/IEM: Dropped the argument and local variable counts from …
|
|
|
@104017
|
10 months |
vboxsync |
VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
|
|
|
@104016
|
10 months |
vboxsync |
VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
|
|
|
@104009
|
11 months |
vboxsync |
VMM/IEM: Build fix. bugref:10614
|
|
|
@103997
|
11 months |
vboxsync |
VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
|
|
|
@103995
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_XMM(), …
|
|
|
@103993
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103991
|
11 months |
vboxsync |
VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
|
|
|
@103990
|
11 months |
vboxsync |
VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
|
|
|
@103986
|
11 months |
vboxsync |
VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
|
|
|
@103985
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
|
|
|
@103979
|
11 months |
vboxsync |
VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
|
|
|
@103974
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
|
|
|
@103973
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
|
|
|
@103964
|
11 months |
vboxsync |
VMM/IEM: Some statistics on the SIMD register allocator and some …
|
|
|
@103959
|
11 months |
vboxsync |
VMM/IEM: vpblendvb is supposed to raise #UD if VEX.W isn't zero. …
|
|
|
@103956
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103955
|
11 months |
vboxsync |
VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
|
|
|
@103953
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103952
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103951
|
11 months |
vboxsync |
VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
|
|
|
@103949
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103946
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103945
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103944
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_YREG_U128(), …
|
|
|
@103942
|
11 months |
vboxsync |
VMM/IEM: Implement memory stores from SIMD registers and implement …
|
|
|
@103939
|
11 months |
vboxsync |
VMM/IEM: Fix some harmless typos, bugref:10614
|
|
|
@103937
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U128(), …
|
|
|
@103935
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103934
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103933
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_STORE_XREG_U32_U128(), …
|
|
|
@103932
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
|
|
|
@103931
|
11 months |
vboxsync |
VMM/IEM,bs3-cpu-instr-3: Some vpextrb disas and special+illegal …
|
|
|
@103927
|
11 months |
vboxsync |
VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
|
|
|
@103926
|
11 months |
vboxsync |
VMM/IEM: Reordered the vblendvps/d MC statements for better mojo. …
|
|
|
@103924
|
11 months |
vboxsync |
VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. [build …
|
|
|
@103922
|
11 months |
vboxsync |
VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
|
|
|
@103921
|
11 months |
vboxsync |
VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
|
|
|
@103919
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103917
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_STORE_XREG_U128(), …
|
|
|
@103916
|
11 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103913
|
11 months |
vboxsync |
VMM/IEM: Implement support for checking the high 128-bit register …
|
|
|
@103912
|
11 months |
vboxsync |
VMM/IEM: Fix iemNativeEmitGuestSimdRegValueCheck() for 256-bit values, …
|
|
|
@103911
|
11 months |
vboxsync |
VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
|
|
|
@103909
|
11 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103908
|
11 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103907
|
11 months |
vboxsync |
VMM/IEM: Fix the stack slot allocator for values spanning multiple …
|
|
|
@103900
|
11 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103899
|
11 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103898
|
11 months |
vboxsync |
VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
|
|
|
@103895
|
11 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103894
|
11 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103891
|
11 months |
vboxsync |
VMM/IEM: Need to ensure that the variable to be stored in memory is …
|
|
|
@103888
|
11 months |
vboxsync |
VMM/IEM: Enabled wholesale EFLAGS skipping in …
|
|
|
@103886
|
11 months |
vboxsync |
VMM/IEM: iemOpcodeFetchBytesJmp doc update. bugref:10370
|
|
|
@103885
|
11 months |
vboxsync |
VMM/IEM: Used the cached offBuf in the first memcpy case. Make sure we …
|
|
|
@103884
|
11 months |
vboxsync |
VMM/IEM: Tweak iemOpcodeFetchBytesJmp to try make it work better with …
|
|
|
@103881
|
11 months |
vboxsync |
VMM/IEM: Fix IEM_MC_CALL_SSE_AIMPL_2() and IEM_MC_CALL_SSE_AIMPL_3() …
|
|
|
@103878
|
11 months |
vboxsync |
VMM/IEM: Implement vpextrw AVX r/m (0f3a) variant instruction decode, …
|
|
|
@103877
|
11 months |
vboxsync |
VMM/IEM: General fix for RelImm14At5 jumps on arm64 to labels defined …
|
|
|
@103876
|
11 months |
vboxsync |
VMM/IEM: Reverted silent assertion 'fix' from r162236 as it is wrong …
|
|
|
@103875
|
11 months |
vboxsync |
VMM/IEM: Reworked iemNativeEmitMaybeRaiseAvxRelatedXcpt to avoid …
|
|
|
@103865
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103863
|
11 months |
vboxsync |
VMM/IEM: Revert r162233 as it is not the cause for the corruption, …
|
|
|
@103862
|
11 months |
vboxsync |
VMM/IEM: Partly revert r162209 by disabling recompilation of …
|
|
|
@103861
|
11 months |
vboxsync |
VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
|
|
|
@103860
|
11 months |
vboxsync |
VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
|
|
|
@103859
|
11 months |
vboxsync |
VMM/IEM: NativeRecompFunctionVariation::analyzeVariableLiveness …
|
|
|
@103855
|
11 months |
vboxsync |
VMM/IEM: Use the clobbered register mask (fGstShwFlush) instead of …
|
|
|
@103853
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103852
|
11 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers [symbol …
|
|
|
@103851
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103850
|
11 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|