|
|
@105173
|
7 months |
vboxsync |
VMM/IEM: Implement native emitter for packuswb, bugref:10652
|
|
|
@105172
|
7 months |
vboxsync |
VMM/IEM: Implement native emitters for pmullw,paddusb,paddusw, bugref:10652
|
|
|
@105170
|
7 months |
vboxsync |
VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
|
|
|
@104373
|
10 months |
vboxsync |
VMM/IEM: Implement native emitter for pmovmskb which is used at least …
|
|
|
@104348
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for pcmpeqb, pcmpeqw and pcmpeqd …
|
|
|
@104339
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
|
|
|
@104321
|
10 months |
vboxsync |
VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
|
|
|
@104315
|
10 months |
vboxsync |
VMM/IEM: Fix preprocessor defines to require a semicolon on …
|
|
|
@104298
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104294
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for psllw,pslld,psllq, bugref:10652
|
|
|
@104292
|
10 months |
vboxsync |
VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
|
|
|
@104279
|
10 months |
vboxsync |
VMM/IEM: Implement a native emitter for the pand,andps,andpd …
|
|
|
@104278
|
10 months |
vboxsync |
VMM/IEM: Implement a native emitter for the pxor,xorps,xorpd …
|
|
|
@104099
|
10 months |
vboxsync |
VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
|
|
|
@104029
|
10 months |
vboxsync |
VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h: Build fix, bugref:10391
|
|
|
@103888
|
11 months |
vboxsync |
VMM/IEM: Enabled wholesale EFLAGS skipping in …
|
|
|
@103828
|
11 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103801
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_xor_r_i_efl and enabled it for both …
|
|
|
@103800
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_or_r_i_efl and enabled it for both …
|
|
|
@103799
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_test_r_i_efl and enabled it for …
|
|
|
@103798
|
11 months |
vboxsync |
VMM/IEM: Optimized the flag calculations for AND, OR, XOR and TEST on …
|
|
|
@103797
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_and_r_i_efl and enabled it for both …
|
|
|
@103744
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
|
|
|
@103743
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sbb_r_i_efl and enabled it for both …
|
|
|
@103742
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_cmp_r_i_efl and enabled it for both …
|
|
|
@103740
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_i_efl and enabled it for both …
|
|
|
@103739
|
11 months |
vboxsync |
VMM/IEM: Implemented native emitter for ADD instructions taking …
|
|
|
@103693
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
|
|
|
@103692
|
11 months |
vboxsync |
VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
|
|
|
@103691
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
|
|
|
@103683
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
|
|
|
@103682
|
11 months |
vboxsync |
VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
|
|
|
@103677
|
11 months |
vboxsync |
VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
|
|
|
@103675
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
|
|
|
@103657
|
11 months |
vboxsync |
VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
|
|
|
@103648
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
|
|
|
@103646
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
|
|
|
@103645
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
|
|
|
@103640
|
11 months |
vboxsync |
VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
|
|
|
@103637
|
11 months |
vboxsync |
VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
|