VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

Revision Log Mode:


Legend:

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette