VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100731   19 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
(edit) @100714   19 months vboxsync VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
(edit) @100709   19 months vboxsync VMM: Added missing splitlock handling for cmpxchg8b and cmpxchg16b, …
(edit) @100701   19 months vboxsync VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
(edit) @100266   20 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100072   21 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @100052   21 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @99984   21 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99337   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
(edit) @99336   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
(edit) @99332   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99330   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
(edit) @99329   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99328   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99327   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99326   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99307   23 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99306   23 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99305   23 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99287   23 months vboxsync VMM/IEM: Some corrections to ease parsing. bugref:10369
(edit) @99220   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @98916   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98913   2 years vboxsync reverting r156248
(edit) @98912   2 years vboxsync Attempt to fix compilation error introduced by r156246
(edit) @98910   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98904   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98880   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98797   2 years vboxsync VMM/IEM: Corrected bug in 32-bit vmread to register emulation where …
(edit) @98796   2 years vboxsync VMM/IEM: Removed lots of unreachable 'return' statements in …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97782   2 years vboxsync IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
(edit) @97629   2 years vboxsync VMM/IEM: Corrected opcode comments for rdtscp and swapgs. bugref:9898
(edit) @97543   2 years vboxsync IEM: Modified microcode XMM accessors to fetch specified qword/dword …
(edit) @97534   2 years vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97479   2 years vboxsync IEM: Fixed many instances of potentially broken EA calculation where …
(edit) @97447   2 years vboxsync IEM: Minor cleanups and corrections, fixed CMPSD (was working with 32 …
(edit) @97441   2 years vboxsync VMM/IEM: Single stepping for short and near jumps (relative) and …
(edit) @97361   2 years vboxsync VMM/IEM: Removed a lot of now unnecessary return statements, while …
(edit) @97357   2 years vboxsync VMM/IEM: IEM_MC_REL_JMP_S* -> IEM_MC_REL_JMP_S*_AND_FINISH and …
(edit) @97356   2 years vboxsync VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep …
(edit) @97348   2 years vboxsync Comments.
(edit) @97258   2 years vboxsync IEM: Don't #UD on PREFETCHW if fLongMode is set; needs more work!
(edit) @97257   2 years vboxsync IEM: Added RDRAND and RDSEED. NB: The fallback implementation does …
(edit) @97252   2 years vboxsync IEM: Made XSAVEOPT complain loudly if we try executing it.
(edit) @97119   2 years vboxsync Harmless typo.
(edit) @97117   2 years vboxsync IEM: Removed todo, testcase confirmed that CMPXCHG8B implementation …
(edit) @97114   2 years vboxsync IEM: 32-bit CMPXCHG cannot indiscriminately write EAX/RAX to avoid …
(edit) @97112   2 years vboxsync IEM: CVTxx2SI zero extends result when writing 32-bit register, just …
(edit) @97093   2 years vboxsync IEM: BSWAP mnemonic correction, clear high bits after operation …
(edit) @97091   2 years vboxsync IEM: Fixed iemOp_pmovmskb_Gd_Nq, comments.
(edit) @97066   2 years vboxsync Comments.
(edit) @96986   2 years vboxsync IEM: Corrected IEM_MC_STORE_GREGxxx argument order.
(edit) @96976   2 years vboxsync VMM/IEM: Fix some cvt* instructions which have the source and …
(edit) @96955   2 years vboxsync IEM: Nits, some SSE instructions were misclassified as SSE2.
(edit) @96954   2 years vboxsync IEM: Nits, comments in TwoByte0f decoder.
(edit) @96951   2 years vboxsync VMM/IEM: Clear high bits of destination operand for vmread for 32-bit …
(edit) @96946   2 years vboxsync Typo.
(edit) @96943   2 years vboxsync VMM/IEM: Addendum to r153847 (VMM/IEM: Fetch EFLAGS before calling …
(edit) @96936   2 years vboxsync VMM/IEM: Fetch EFLAGS before calling assembly in …
(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) @96882   2 years vboxsync IEM: Only zap the high half of 64-bit destination register actually …
(edit) @96863   2 years vboxsync IEM: Make RDRAND and RDSEED fail hard instead of crashing guests in a …
(edit) @96852   2 years vboxsync IEM: Rotate the FPU stack when changing the FP TOS. Make sure stack …
(edit) @96807   2 years vboxsync IEM: Fixed MMX/SSE shift immediate instruction decoding.
(edit) @96796   2 years vboxsync VMM/IEM: Implement …
(edit) @96789   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
(edit) @96751   2 years vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(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) @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) @96435   3 years vboxsync VMM/IEM: Implement [v]lddqu instructions, bugref:9898
(edit) @96407   3 years vboxsync scm copyright and license note update
(edit) @96403   3 years vboxsync VMM/IEM: Implement [v]shufps/[v]shufpd instructions, bugref:9898
(edit) @96394   3 years vboxsync VMM/IEM: Implement cvtpd2ps instruction, bugref:9898
(edit) @96392   3 years vboxsync VMM/IEM: Implement addsubps/addsubpd instructions, bugref:9898
(edit) @96384   3 years vboxsync VMM/IEM: Implement sqrtps/sqrtpd/sqrtss/sqrtsd instructions, bugref:9898
(edit) @96382   3 years vboxsync VMM/IEM: Implement haddps/haddpd/hsubps/hsubpd instructions, bugref:9898
(edit) @96379   3 years vboxsync VMM/IEM: Implement cvtss2sd/cvtsd2ss instructions + some streamlinging …
(edit) @96351   3 years vboxsync VMM/IEM: Implement maxss/maxsd instructions, bugref:9898
(edit) @96349   3 years vboxsync VMM/IEM: Implement divss/divsd instructions, bugref:9898
(edit) @96347   3 years vboxsync VMM/IEM: Implement minss/minsd instructions, bugref:9898
(edit) @96343   3 years vboxsync VMM/IEM: Implement subss/subsd instructions + bugfixes for other …
(edit) @96341   3 years vboxsync VMM/IEM: Implement mulss/mulsd instructions, bugref:9898
(edit) @96339   3 years vboxsync VMM/IEM: Implement addss/addsd instructions, bugref:9898
(edit) @96335   3 years vboxsync VMM/IEM: Implement maxps/maxpd instructions, bugref:9898
(edit) @96333   3 years vboxsync VMM/IEM: Implement divps/divpd instructions, bugref:9898
(edit) @96331   3 years vboxsync VMM/IEM: Implement minps/minpd instructions, bugref:9898
(edit) @96326   3 years vboxsync VMM/IEM: addpd, mulpd and subpd are available wih SSE2+ only, bugref:9898
(edit) @96294   3 years vboxsync VMM/IEM: Implement subps/subpd instructions, bugref:9898
(edit) @96286   3 years vboxsync VMM/IEM: Implement mulps/mulpd instructions, bugref:9898
(edit) @96253   3 years vboxsync VMM/IEM: Added infrastructure for double precision floating point …
(edit) @96247   3 years vboxsync VMM/IEM: Start implementing floating point SSE instructions using …
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