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) @100607   18 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   18 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   18 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   18 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   18 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @99681   20 months vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @98921   22 months vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
(edit) @98887   22 months vboxsync VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898
(edit) @98827   22 months vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98821   23 months vboxsync VMM/IEM: Fixes and optimizations for the pcmp{i,e}str{i,m} …
(edit) @98812   23 months vboxsync VMM/IEM: Completely untested emulations for pcmp{i,e}str{i,m}, bugref:9898
(edit) @98781   23 months vboxsync VMM/IEM: Fix the pcmp{e,i}str{i,m} instructions, completely got the …
(edit) @98723   23 months vboxsync VMM/IEM: Started on implementing …
(edit) @98703   23 months 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   2 years vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97337   2 years vboxsync VMM/IEM: Underflow signalling in fsin instruction as described in 1985 …
(edit) @97319   2 years vboxsync VMM/IEM: Underflow signalling in fsincos instruction as described in …
(edit) @97290   2 years vboxsync VMM/IEM: Treat zero as a Normal in fptan, bugref:9898
(edit) @97257   2 years vboxsync IEM: Added RDRAND and RDSEED. NB: The fallback implementation does …
(edit) @97236   2 years vboxsync VMM/IEM: Rough implementation for fptan instruction in IEM, bugref:9898
(edit) @97161   2 years vboxsync VMM/IEM: Implementation for fpatan instruction, bugref:9898
(edit) @97153   2 years vboxsync IEM: Added AES-NI instructions.
(edit) @96930   2 years vboxsync VMM/IEM: Implement cvtps2pi/cvttps2pi instructions, bugref:9898
(edit) @96921   2 years vboxsync VMM/IEM: Implement cvtpi2ps/cvtpi2pd instructions, bugref:9898
(edit) @96916   2 years vboxsync VMM/IEM: Implement cvtpd2pi/cvttpd2pi instructions, bugref:9898
(edit) @96895   2 years vboxsync VMM/IEM: Rough implementation for fyl2x and fyl2xp1 instructions in …
(edit) @96796   2 years vboxsync VMM/IEM: Implement …
(edit) @96792   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
(edit) @96791   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
(edit) @96789   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
(edit) @96748   2 years vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96741   2 years vboxsync VMM/IEM: Implement cvtsi2ss/cvtsi2sd instructions, bugref:9898
(edit) @96731   2 years vboxsync VMM/IEM: Implement cvttss2si/cvtss2si instructions, bugref:9898
(edit) @96726   2 years vboxsync VMM/IEM: Implement cvtsd2si instruction, bugref:9898
(edit) @96725   2 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898 [fixes to the …
(edit) @96723   2 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898
(edit) @96713   2 years vboxsync VMM/IEM: Implement [v]movmskps/[v]movmskpd instructions, bugref:9898
(edit) @96707   2 years vboxsync VMM/IEM: Implement [v]pextrw instruction, bugref:9898
(edit) @96701   2 years vboxsync VMM/IEM: Implement [v]pinsrw instruction, bugref:9898
(edit) @96681   2 years vboxsync VMM/IEM: Implement cvtps2pd instruction, bugref:9898
(edit) @96671   2 years vboxsync VMM/IEM: Emulation of fsin, fcos and fsincos instructions, ​bugref:9898
(edit) @96668   2 years vboxsync VMM/IEM: Inf has exponent of all ones, ​bugref:9898
(edit) @96655   2 years vboxsync VMM/IEM: Overflow of unsigned long fixed for a20 and a21, bugref:9898
(edit) @96652   2 years vboxsync VMM/IEM: Implement [v]pclmulqdq instruction, ​bugref:9898
(edit) @96624   2 years vboxsync VMM/IEM: Current state of the pcmpistri isntruction (missing the C …
(edit) @96537   2 years vboxsync VMM/IEM: Implement [v]pblendw/[v]blendps/[v]blendpd instructions, …
(edit) @96535   2 years vboxsync VMM/IEM: Implement [v]palignr instructions, bugref:9898 [trailing …
(edit) @96533   2 years vboxsync VMM/IEM: Implement [v]palignr instructions, bugref:9898
(edit) @96454   2 years vboxsync VMM/IEM: Implement [v]pblendvb/[v]blendvps/[v]blendvpd instructions, …
(edit) @96438   2 years vboxsync VMM/IEM: Implement [v]phminposuw instructions, bugref:9898
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96403   2 years vboxsync VMM/IEM: Implement [v]shufps/[v]shufpd instructions, bugref:9898
(edit) @96394   2 years vboxsync VMM/IEM: Implement cvtpd2ps instruction, bugref:9898
(edit) @96392   2 years vboxsync VMM/IEM: Implement addsubps/addsubpd instructions, bugref:9898
(edit) @96384   2 years vboxsync VMM/IEM: Implement sqrtps/sqrtpd/sqrtss/sqrtsd instructions, bugref:9898
(edit) @96382   2 years vboxsync VMM/IEM: Implement haddps/haddpd/hsubps/hsubpd instructions, bugref:9898
(edit) @96379   2 years vboxsync VMM/IEM: Implement cvtss2sd/cvtsd2ss instructions + some streamlinging …
(edit) @96351   2 years vboxsync VMM/IEM: Implement maxss/maxsd instructions, bugref:9898
(edit) @96349   2 years vboxsync VMM/IEM: Implement divss/divsd instructions, bugref:9898
(edit) @96347   2 years vboxsync VMM/IEM: Implement minss/minsd instructions, bugref:9898
(edit) @96343   2 years vboxsync VMM/IEM: Implement subss/subsd instructions + bugfixes for other …
(edit) @96341   2 years vboxsync VMM/IEM: Implement mulss/mulsd instructions, bugref:9898
(edit) @96339   2 years vboxsync VMM/IEM: Implement addss/addsd instructions, bugref:9898
(edit) @96335   2 years vboxsync VMM/IEM: Implement maxps/maxpd instructions, bugref:9898
(edit) @96333   2 years vboxsync VMM/IEM: Implement divps/divpd instructions, bugref:9898
(edit) @96331   2 years vboxsync VMM/IEM: Implement minps/minpd instructions, bugref:9898
(edit) @96294   2 years vboxsync VMM/IEM: Implement subps/subpd instructions, bugref:9898
(edit) @96293   2 years vboxsync VMM/IEM: Fix addps/addpd/mulps/mulpd, input values are checked for …
(edit) @96286   2 years vboxsync VMM/IEM: Implement mulps/mulpd instructions, bugref:9898
(edit) @96264   2 years vboxsync VMM/IEM: Added infrastructure for double precision floating point …
(edit) @96263   2 years vboxsync VMM/IEM: Added infrastructure for double precision floating point …
(edit) @96257   2 years vboxsync VMM: scm fix, bugref:9898
(edit) @96255   2 years vboxsync VMM/IEM: Added infrastructure for double precision floating point …
(edit) @96253   2 years vboxsync VMM/IEM: Added infrastructure for double precision floating point …
(edit) @96250   2 years vboxsync VMM/IEM: Start implementing floating point SSE instructions using …
(edit) @96247   2 years vboxsync VMM/IEM: Start implementing floating point SSE instructions using …
(edit) @96115   2 years vboxsync VMM/IEM: Implement [v]pmov{s,z}x[bw,bd,bq,wd,wq,dq] instructions, …
(edit) @96109   2 years vboxsync VMM/IEM: Implement [v]unpck{l,h}p{s,d} instructions, bugref:9898
(edit) @96104   2 years vboxsync VMM/IEM: Implement [v]pmuludq instructions, bugref:9898
(edit) @96099   2 years vboxsync VMM/IEM: Implement [v]pmuldq instructions, bugref:9898
(edit) @96094   2 years vboxsync VMM/IEM: Implement [v]psadbw instructions, bugref:9898
(edit) @96087   2 years vboxsync VMM/IEM: Implement [v]pmulhrsw instructions, bugref:9898
(edit) @96064   2 years vboxsync VMM/IEM: Implement [v]pmaddubsw instructions, bugref:9898
(edit) @96054   2 years vboxsync VMM/IEM: Implement [v]ph{add,sub}sw instructions, bugref:9898
(edit) @96049   2 years vboxsync VMM/IEM: Implement [v]phsub{w,d} instructions, bugref:9898
(edit) @96048   2 years vboxsync VMM/IEM: Implement [v]phadd{w,d} instructions, bugref:9898 [build fix]
(edit) @96046   2 years vboxsync VMM/IEM: Implement [v]phadd{w,d} instructions, bugref:9898
(edit) @96036   2 years vboxsync VMM/IEM: Implement [v]psign{b,w,d} instructions, bugref:9898 [shut up MSVC]
(edit) @96034   2 years vboxsync VMM/IEM: Implement [v]psign{b,w,d} instructions, bugref:9898
(edit) @96032   2 years vboxsync VMM/IEM: Implement [v]pabs{b,w,d} instructions, bugref:9898
(edit) @96028   2 years vboxsync VMM/IEM: Implement [v]pavg{b,w} instructions, bugref:9898
(edit) @96025   2 years vboxsync VMM/IEM: Implement [v]pmulhuw instructions, bugref:9898
Note: See TracRevisionLog for help on using the revision log.

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