|
|
@103807
|
9 months |
vboxsync |
VMM/IEM: Split up the native recompiler functions …
|
|
|
@103805
|
9 months |
vboxsync |
VMM/IEM: Fix preprocessor define, bugref:10373
|
|
|
@103802
|
9 months |
vboxsync |
VMM/PDMAllCritSect.cpp: Build fix for dbgopt build
|
|
|
@103801
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_xor_r_i_efl and enabled it for both …
|
|
|
@103800
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_or_r_i_efl and enabled it for both …
|
|
|
@103799
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_test_r_i_efl and enabled it for …
|
|
|
@103798
|
9 months |
vboxsync |
VMM/IEM: Optimized the flag calculations for AND, OR, XOR and TEST on …
|
|
|
@103797
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_and_r_i_efl and enabled it for both …
|
|
|
@103796
|
9 months |
vboxsync |
VMM/IEM: Temporarily disabled the SIMD register allocater again. …
|
|
|
@103787
|
9 months |
vboxsync |
VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
|
|
|
@103784
|
9 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
|
|
|
@103782
|
9 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
|
|
|
@103779
|
9 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
|
|
|
@103778
|
9 months |
vboxsync |
VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
|
|
|
@103777
|
9 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
|
|
|
@103776
|
9 months |
vboxsync |
VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
|
|
|
@103775
|
9 months |
vboxsync |
VMM/IEM: Implement the writeback of dirty host registers shadowing …
|
|
|
@103774
|
9 months |
vboxsync |
VMM/IEM: Enabled the native code emitting on ARM64 for the Ev_Ib (0x83 …
|
|
|
@103773
|
9 months |
vboxsync |
VMM/IEM: Emit native code for the Ev_Ib (0x83 /r) variants for add, …
|
|
|
@103772
|
9 months |
vboxsync |
VMM/IEM: IEMOP_BODY_BINARY_Ev_Ib_RW/RO refactoring. No change. bugref:10376
|
|
|
@103770
|
9 months |
vboxsync |
VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
|
|
|
@103769
|
9 months |
vboxsync |
VMM/IEM: Windows build fixes for SIMD register allocator. bugref:10614
|
|
|
@103768
|
9 months |
vboxsync |
VMM/IEM: Some more threaded function name annotating to make the …
|
|
|
@103764
|
9 months |
vboxsync |
VMM/IEM: Build fix (clang) following optimizations in r162125. bugref:10376
|
|
|
@103763
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
|
|
|
@103762
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
|
|
|
@103761
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
|
|
|
@103760
|
9 months |
vboxsync |
VMM/IEM: Fix emitter for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT(), …
|
|
|
@103759
|
9 months |
vboxsync |
VMM/IEM: Enable the SIMD register allocator and assoicated code, …
|
|
|
@103758
|
9 months |
vboxsync |
VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
|
|
|
@103757
|
9 months |
vboxsync |
VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
|
|
|
@103756
|
9 months |
vboxsync |
VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
|
|
|
@103750
|
9 months |
vboxsync |
VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
|
|
|
@103746
|
9 months |
vboxsync |
Misc fixes noticed in passing, bugref:9898
VMM/IEM: mark intentional …
|
|
|
@103745
|
9 months |
vboxsync |
ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
|
|
|
@103744
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
|
|
|
@103743
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sbb_r_i_efl and enabled it for both …
|
|
|
@103742
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_cmp_r_i_efl and enabled it for both …
|
|
|
@103740
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_i_efl and enabled it for both …
|
|
|
@103739
|
9 months |
vboxsync |
VMM/IEM: Implemented native emitter for ADD instructions taking …
|
|
|
@103735
|
9 months |
vboxsync |
VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
|
|
|
@103734
|
9 months |
vboxsync |
VMM/IEM: Fixed bug in sysret when targeting intel CPUs where …
|
|
|
@103731
|
9 months |
vboxsync |
VMM/IEM: More fun with the three byte vex prefix. [@todo] bugref:10369
|
|
|
@103730
|
9 months |
vboxsync |
VMM/IEM: More fun with the three byte vex prefix. bugref:10369
|
|
|
@103729
|
9 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103728
|
9 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103721
|
9 months |
vboxsync |
VMM/IEM: Simplified IEMOP_BODY_BINARY_rm_rv_RO and …
|
|
|
@103720
|
9 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10607 Fixed getting shadow page when the …
|
|
|
@103719
|
9 months |
vboxsync |
VMM/IEM: Created a RO version of IEMOP_BODY_BINARY_r8_rm for CMP. …
|
|
|
@103718
|
9 months |
vboxsync |
VMM/IEM: Fixed native translation of cmp Gv,Ev (reg,r/m) which …
|
|
|
@103700
|
9 months |
vboxsync |
VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
|
|
|
@103696
|
9 months |
vboxsync |
VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
|
|
|
@103693
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
|
|
|
@103692
|
9 months |
vboxsync |
VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
|
|
|
@103691
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
|
|
|
@103683
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
|
|
|
@103682
|
9 months |
vboxsync |
VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
|
|
|
@103678
|
9 months |
vboxsync |
VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
|
|
|
@103677
|
9 months |
vboxsync |
VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
|
|
|
@103675
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
|
|
|
@103671
|
9 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103670
|
9 months |
vboxsync |
VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
|
|
|
@103669
|
9 months |
vboxsync |
VMM/IEM: Replace some single bit tests with …
|
|
|
@103667
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
|
|
|
@103666
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103665
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103664
|
9 months |
vboxsync |
VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
|
|
|
@103663
|
9 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103661
|
9 months |
vboxsync |
VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
|
|
|
@103660
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
|
|
|
@103659
|
9 months |
vboxsync |
VMM/IEM: Flush the current program counter to CPUMCTX when in the …
|
|
|
@103658
|
9 months |
vboxsync |
VMM/IEM: Enabled the iemNativeEmit_test_r_r_efl code on arm. bugref:10376
|
|
|
@103657
|
9 months |
vboxsync |
VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
|
|
|
@103649
|
9 months |
vboxsync |
VMM/IEM: Delay the RIP update for each instruction if possible to save …
|
|
|
@103648
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
|
|
|
@103647
|
9 months |
vboxsync |
VMM/IEM: Enabled the iemNativeEmit_and_r_r_efl & …
|
|
|
@103646
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
|
|
|
@103645
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
|
|
|
@103644
|
9 months |
vboxsync |
VMM/IEM: Use native emitter for the reg/reg variant in …
|
|
|
@103643
|
9 months |
vboxsync |
VMM/IEM: Use native emitter for both variants in …
|
|
|
@103642
|
9 months |
vboxsync |
VMM/IEM: Use native emitter for the memory variants in …
|
|
|
@103640
|
9 months |
vboxsync |
VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
|
|
|
@103639
|
9 months |
vboxsync |
VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
|
|
|
@103637
|
9 months |
vboxsync |
VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
|
|
|
@103636
|
9 months |
vboxsync |
VMM/IEM: Support iemNativeRecompFunc_BltIn_LogCpuState() on arm64, …
|
|
|
@103635
|
9 months |
vboxsync |
VMM/IEM: Emit native code for 64-bit and 16-bit xor reg/reg variants …
|
|
|
@103627
|
9 months |
vboxsync |
VMM/IEM: Obfuscate most variable indexes we pass around in strict …
|
|
|
@103625
|
9 months |
vboxsync |
VMM/IEM: Must produce liveness info for IEM_MC_FETCH_FSW and …
|
|
|
@103624
|
9 months |
vboxsync |
VMM/IEM: Must release variable register when done with them. bugref:10371
|
|
|
@103623
|
9 months |
vboxsync |
VMM/IEM: Corrected code buffer allocation for eflags updating after …
|
|
|
@103622
|
9 months |
vboxsync |
VMM/IEM: Obfuscate most variable indexes we pass around in strict …
|
|
|
@103614
|
9 months |
vboxsync |
VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
|
|
|
@103613
|
9 months |
vboxsync |
VMM/IEM: Experimental code for emitting native code instead of calling …
|
|
|
@103612
|
9 months |
vboxsync |
VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
|
|
|
@103609
|
9 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10610 Fix typo with GS base.
|
|
|
@103597
|
9 months |
vboxsync |
VMM/IEM: Fix multiple issues in the pcmpXstrX instructions microcode, …
|
|
|
@103596
|
9 months |
vboxsync |
VMM/IEM: Fix emitters for IEM_MC_FETCH_FCW()/IEM_MC_FETCH_FSW(), the …
|
|
|
@103592
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
|
|
|
@103591
|
9 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103590
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
|
|
|