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