|
|
@107294
|
6 weeks |
vboxsync |
VMM/IEM: fix wrong MXCSR handling of [v]rsqrtps, [v]rsqrtss, [v]rcpps, …
|
|
|
@107143
|
8 weeks |
vboxsync |
VMM/IEM: fix IEM vpermd instruction emulation; bugref:9898; …
|
|
|
@107103
|
2 months |
vboxsync |
VMM/IEM: fix IEM vpermps instruction emulation; bugref:9898; …
|
|
|
@107047
|
2 months |
vboxsync |
VMM/IEM: whoops, also fix missing IE condition in [v]round[ps][sd] …
|
|
|
@107045
|
2 months |
vboxsync |
VMM/IEM: fix missing PE condition in [v]round[ps][sd] instruction …
|
|
|
@106179
|
4 months |
vboxsync |
VMM/IEM: Reworked the div, idiv, mul and imul assembly workers and how …
|
|
|
@105462
|
6 months |
vboxsync |
VMM/IEM: Simplify the MXCSR exception calculation a tiny bit, bugref:10652
|
|
|
@105450
|
6 months |
vboxsync |
VMM/IEM: Exception flags generation fixes for the SIMD floating point …
|
|
|
@105371
|
6 months |
vboxsync |
VMM/IEM: Implement fallbacks for dpps/dppd instructions, bugref:9898
|
|
|
@105359
|
6 months |
vboxsync |
VMM/IEM: Implement vpps and vppd instruction emulation (fallback …
|
|
|
@105355
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtdq2pd instruction emulation, bugref:9898
|
|
|
@105354
|
6 months |
vboxsync |
VMM/IEM: Implement vcvttpd2dq and vcvtpd2dq instruction emulations, …
|
|
|
@105351
|
6 months |
vboxsync |
VMM/IEM: Implement vcvttps2dq instruction emulation, bugref:9898
|
|
|
@105350
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtps2dq instruction emulation, bugref:9898
|
|
|
@105349
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtdq2ps instruction emulation, bugref:9898
|
|
|
@105348
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtsd2ss instruction emulation, bugref:9898
|
|
|
@105347
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtss2sd instruction emulation, bugref:9898
|
|
|
@105346
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtpd2ps instruction emulation, bugref:9898
|
|
|
@105316
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtps2pd instruction emulation, bugref:9898
|
|
|
@105315
|
6 months |
vboxsync |
VMM/IEM: Implement vcvttss2si, vcvttsd2si, vcvtss2si and vcvtsd2si …
|
|
|
@105311
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtsi2sd instruction emulation, bugref:9898
|
|
|
@105309
|
6 months |
vboxsync |
VMM/IEM: Implement vcvtsi2ss instruction emulation, bugref:9898
|
|
|
@105307
|
6 months |
vboxsync |
VMM/IEM: Implement vpermd, vpermps instruction emulations, bugref:9898
|
|
|
@105306
|
6 months |
vboxsync |
VMM/IEM: Implement vpermq, vpermpd instruction emulations, bugref:9898
|
|
|
@105302
|
6 months |
vboxsync |
VMM/IEM: Implement vroundss, vroundsd instruction emulations, bugref:9898
|
|
|
@105295
|
6 months |
vboxsync |
VMM/IEM: Implement vaesimc, vaesenc, vaesenclast, vaesdec, vaesdeclast …
|
|
|
@105283
|
6 months |
vboxsync |
VMM/IEM: Implement vcmpps, vcmppd, vcmpss, vcmpsd instruction …
|
|
|
@105275
|
6 months |
vboxsync |
VMM/IEM: Implement testcase for vpcmpestrm, vpcmpestri, vpcmpistrm, …
|
|
|
@105274
|
6 months |
vboxsync |
VMM/IEM: Rework roundps/roundpd which only have two operands instead …
|
|
|
@105253
|
6 months |
vboxsync |
VMM/IEM: Implement instruction emulation for vrcpps, vrcpss, bugref:9898
|
|
|
@105252
|
6 months |
vboxsync |
VMM/IEM: Implement instruction emulation for vrsqrtps, vrsqrtss, …
|
|
|
@105238
|
6 months |
vboxsync |
VMM/IEM: Implement vsqrtss,vsqrtsd instruction emulations, bugref:9898
|
|
|
@105236
|
6 months |
vboxsync |
VMM/IEM: Implement vsqrtps,vsqrtpd instruction emulations, bugref:9898 …
|
|
|
@105235
|
6 months |
vboxsync |
VMM/IEM: Implement vsqrtps,vsqrtpd instruction emulations, bugref:9898
|
|
|
@105234
|
6 months |
vboxsync |
VMM/IEM: Implement vaddsubp{s,d} instruction emulations, bugref:9898
|
|
|
@105232
|
6 months |
vboxsync |
VMM/IEM: Implement vhsubp{s,d} instruction emulations, bugref:9898
|
|
|
@105231
|
6 months |
vboxsync |
VMM/IEM: Implement vhaddpd instruction emulation, bugref:9898
|
|
|
@105230
|
6 months |
vboxsync |
VMM/IEM: Fixes for vsubpd,vminpd,vdivpd, bugref:9898
|
|
|
@105229
|
6 months |
vboxsync |
VMM/IEM: Implement vmax{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105228
|
6 months |
vboxsync |
VMM/IEM: Implement vdiv{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105226
|
6 months |
vboxsync |
VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, …
|
|
|
@105224
|
6 months |
vboxsync |
VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105223
|
6 months |
vboxsync |
VMM/IEM: Implement vsubsd instruction emulation, bugref:9898
|
|
|
@105222
|
6 months |
vboxsync |
VMM/IEM: Implement vmulsd instruction emulation, bugref:9898
|
|
|
@105221
|
6 months |
vboxsync |
VMM/IEM: Implement vmulss instruction emulation, bugref:9898
|
|
|
@105220
|
6 months |
vboxsync |
VMM/IEM: Implement vmulpd instruction emulation, bugref:9898
|
|
|
@105219
|
6 months |
vboxsync |
VMM/IEM: Implement vaddsd instruction emulation, bugref:9898
|
|
|
@105218
|
6 months |
vboxsync |
VMM/IEM: Implement vmulps instruction emulation, bugref:9898
|
|
|
@105217
|
6 months |
vboxsync |
VMM/IEM: Implement vsubss instruction emulation, bugref:9898
|
|
|
@105215
|
6 months |
vboxsync |
VMM/IEM: Implement vsubpd instruction emulation, bugref:9898
|
|
|
@105214
|
6 months |
vboxsync |
VMM/IEM: Implement vsubps instruction emulation, bugref:9898
|
|
|
@105212
|
6 months |
vboxsync |
VMM/IEM: Implement vhaddps instruction emulation, bugref:9898
|
|
|
@105211
|
6 months |
vboxsync |
VMM/IEM: Implement vaddss instruction emulation, bugref:9898
|
|
|
@105188
|
7 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
|
|
|
@105187
|
7 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
|
|
|
@105186
|
7 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
|
|
|
@105185
|
7 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898 [x86 …
|
|
|
@105184
|
7 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898
|
|
|
@104521
|
9 months |
vboxsync |
VMM/IEM: Corrected cvtps2pd memory access from 128 to 64 bits. …
|
|
|
@104439
|
9 months |
vboxsync |
VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
|
|
|
@104299
|
9 months |
vboxsync |
VMM/IEM: ARM assembly rendition of RCR. Shortened the 8, 16 & 32 bit …
|
|
|
@104296
|
9 months |
vboxsync |
VMM/IEM: ARM assembly rendition of RCL. bugref:10376
|
|
|
@104269
|
9 months |
vboxsync |
VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
|
|
|
@104263
|
9 months |
vboxsync |
VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
|
|
|
@104240
|
10 months |
vboxsync |
VMM/IEM: ARM assembly rendition of ROR. bugref:10376
|
|
|
@104239
|
10 months |
vboxsync |
VMM/IEM: ARM assembly rendition of ROR. bugref:10376
|
|
|
@104238
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104209
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104208
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104207
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104206
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104195
|
10 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104188
|
10 months |
vboxsync |
VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
|
|
|
@104174
|
10 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
|
|
|
@104173
|
10 months |
vboxsync |
VMM/IEM: ARM64 assembly renditions of shl, shr and sar assembly …
|
|
|
@104156
|
10 months |
vboxsync |
VMM/IEM: Rework microcode of …
|
|
|
@104150
|
10 months |
vboxsync |
VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
|
|
|
@104133
|
10 months |
vboxsync |
VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
|
|
|
@104132
|
10 months |
vboxsync |
VMM/IEM: Convert some AVX instruction emulation helpers to the …
|
|
|
@104129
|
10 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641
…
|
|
|
@104103
|
10 months |
vboxsync |
VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
|
|
|
@104076
|
10 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104051
|
10 months |
vboxsync |
VMM/IEM: Optimizing (hopefully) and correcting flag handling in …
|
|
|
@103909
|
10 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103745
|
11 months |
vboxsync |
ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
|
|
|
@103735
|
11 months |
vboxsync |
VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
|
|
|
@103700
|
11 months |
vboxsync |
VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
|
|
|
@103696
|
11 months |
vboxsync |
VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
|
|
|
@103691
|
11 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
|
|
|
@103558
|
11 months |
vboxsync |
VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
|
|
|
@103556
|
11 months |
vboxsync |
VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
|
|
|
@103361
|
11 months |
vboxsync |
VMM/IEM: Shut up parfait warning in …
|
|
|
@103279
|
12 months |
vboxsync |
ansible, scm fix
|
|
|
@103267
|
12 months |
vboxsync |
VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@103265
|
12 months |
vboxsync |
VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
|
|
|
@103264
|
12 months |
vboxsync |
VMM/IEM: Fix psra[wd] instruction emulation (high bit must shift in …
|
|
|
@103186
|
12 months |
vboxsync |
VMM/IEM: Some IEMAllAImplC.cpp adjustments. bugref:10372
|
|
|
@103184
|
12 months |
vboxsync |
Fix broken build and broken 'with assembly' ability to run VMs at all; …
|
|
|
@103182
|
12 months |
vboxsync |
VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@103003
|
12 months |
vboxsync |
VMM/IEM: Assembly version of iemAImpl_sub_*. bugref:10376
|
|
|