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) @104521   13 months vboxsync VMM/IEM: Corrected cvtps2pd memory access from 128 to 64 bits. …
(edit) @104439   13 months vboxsync VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
(edit) @104299   14 months vboxsync VMM/IEM: ARM assembly rendition of RCR. Shortened the 8, 16 & 32 bit …
(edit) @104296   14 months vboxsync VMM/IEM: ARM assembly rendition of RCL. bugref:10376
(edit) @104269   14 months vboxsync VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
(edit) @104263   14 months vboxsync VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
(edit) @104240   14 months vboxsync VMM/IEM: ARM assembly rendition of ROR. bugref:10376
(edit) @104239   14 months vboxsync VMM/IEM: ARM assembly rendition of ROR. bugref:10376
(edit) @104238   14 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104209   14 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104208   14 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104207   14 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104206   14 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104195   14 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104188   14 months vboxsync VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
(edit) @104174   14 months vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(edit) @104173   14 months vboxsync VMM/IEM: ARM64 assembly renditions of shl, shr and sar assembly …
(edit) @104156   14 months vboxsync VMM/IEM: Rework microcode of …
(edit) @104150   14 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104133   14 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104132   14 months vboxsync VMM/IEM: Convert some AVX instruction emulation helpers to the …
(edit) @104129   14 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104103   14 months vboxsync VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
(edit) @104076   14 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104051   14 months vboxsync VMM/IEM: Optimizing (hopefully) and correcting flag handling in …
(edit) @103909   14 months vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103745   15 months vboxsync ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
(edit) @103735   15 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
(edit) @103700   15 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103696   15 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103691   15 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
(edit) @103558   15 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   15 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103361   16 months vboxsync VMM/IEM: Shut up parfait warning in …
(edit) @103279   16 months vboxsync ansible, scm fix
(edit) @103267   16 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   16 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103264   16 months vboxsync VMM/IEM: Fix psra[wd] instruction emulation (high bit must shift in …
(edit) @103186   16 months vboxsync VMM/IEM: Some IEMAllAImplC.cpp adjustments. bugref:10372
(edit) @103184   16 months vboxsync Fix broken build and broken 'with assembly' ability to run VMs at all; …
(edit) @103182   16 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @103003   16 months vboxsync VMM/IEM: Assembly version of iemAImpl_sub_*. bugref:10376
(edit) @102896   17 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102887   17 months vboxsync IEM: Added the simple C implementation of RCPSS/RCPPS instructions …
(edit) @102878   17 months vboxsync IEM: Added the simple C implementation of RCPSS/RCPPS instructions
(edit) @102817   17 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102802   17 months vboxsync VMM/IEM: Implemented the unlocked cmpxchg* primitives in …
(edit) @101378   20 months vboxsync VMM/IEM: Implement vmpsadbw instruction emulations [review fix], …
(edit) @101376   20 months vboxsync VMM/IEM: Implement vmpsadbw instruction emulations, bugref:9898
(edit) @100840   22 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100831   22 months vboxsync VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
(edit) @100826   22 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100607   23 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   23 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   23 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   23 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   23 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @99681   2 years vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @98921   2 years vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
(edit) @98887   2 years vboxsync VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898
(edit) @98827   2 years vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98821   2 years vboxsync VMM/IEM: Fixes and optimizations for the pcmp{i,e}str{i,m} …
(edit) @98812   2 years vboxsync VMM/IEM: Completely untested emulations for pcmp{i,e}str{i,m}, bugref:9898
(edit) @98781   2 years vboxsync VMM/IEM: Fix the pcmp{e,i}str{i,m} instructions, completely got the …
(edit) @98723   2 years vboxsync VMM/IEM: Started on implementing …
(edit) @98703   2 years vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98492   2 years vboxsync VMM/IEM: Worker function for rsqrtss and rsqrtps SSE instructions, …
(edit) @98480   2 years vboxsync VMM/IEM: Corrected values of X86_SSE_ROUNDXX_* constants for roundxx …
(edit) @98311   2 years vboxsync VMM/IEM: Take into account the value of Imm8 operand in roundxx SSE …
(edit) @98134   2 years vboxsync VMM/IEM: Implementation of roundxx SSE instructions. [clang build …
(edit) @98132   2 years vboxsync VMM/IEM: Implementation of roundxx SSE instructions, bugref:9898
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97785   2 years vboxsync IEM: Fixed/added C implementation stubs for RSQRTxx/ROUNDxx.
(edit) @97782   2 years vboxsync IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
(edit) @97534   3 years vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97337   3 years vboxsync VMM/IEM: Underflow signalling in fsin instruction as described in 1985 …
(edit) @97319   3 years vboxsync VMM/IEM: Underflow signalling in fsincos instruction as described in …
(edit) @97290   3 years vboxsync VMM/IEM: Treat zero as a Normal in fptan, bugref:9898
(edit) @97257   3 years vboxsync IEM: Added RDRAND and RDSEED. NB: The fallback implementation does …
(edit) @97236   3 years vboxsync VMM/IEM: Rough implementation for fptan instruction in IEM, bugref:9898
(edit) @97161   3 years vboxsync VMM/IEM: Implementation for fpatan instruction, bugref:9898
(edit) @97153   3 years vboxsync IEM: Added AES-NI instructions.
(edit) @96930   3 years vboxsync VMM/IEM: Implement cvtps2pi/cvttps2pi instructions, bugref:9898
(edit) @96921   3 years vboxsync VMM/IEM: Implement cvtpi2ps/cvtpi2pd instructions, bugref:9898
(edit) @96916   3 years vboxsync VMM/IEM: Implement cvtpd2pi/cvttpd2pi instructions, bugref:9898
(edit) @96895   3 years vboxsync VMM/IEM: Rough implementation for fyl2x and fyl2xp1 instructions in …
(edit) @96796   3 years vboxsync VMM/IEM: Implement …
(edit) @96792   3 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
(edit) @96791   3 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
(edit) @96789   3 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
(edit) @96748   3 years vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96741   3 years vboxsync VMM/IEM: Implement cvtsi2ss/cvtsi2sd instructions, bugref:9898
(edit) @96731   3 years vboxsync VMM/IEM: Implement cvttss2si/cvtss2si instructions, bugref:9898
(edit) @96726   3 years vboxsync VMM/IEM: Implement cvtsd2si instruction, bugref:9898
(edit) @96725   3 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898 [fixes to the …
(edit) @96723   3 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898
(edit) @96713   3 years vboxsync VMM/IEM: Implement [v]movmskps/[v]movmskpd instructions, bugref:9898
(edit) @96707   3 years vboxsync VMM/IEM: Implement [v]pextrw instruction, bugref:9898
(edit) @96701   3 years vboxsync VMM/IEM: Implement [v]pinsrw instruction, bugref:9898
(edit) @96681   3 years vboxsync VMM/IEM: Implement cvtps2pd instruction, bugref:9898
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