VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104439   10 months vboxsync VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
(edit) @104419   10 months vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(edit) @104272   11 months vboxsync VMM: bugref:9898 VEX.W opcode decoding helper and its usage for …
(edit) @104195   11 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104183   11 months vboxsync VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
(edit) @104177   11 months vboxsync VMM/IEM: Get rid of IEM_MC_STORE_SSE_RESULT(), by checking for pending …
(edit) @104174   11 months vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(edit) @104150   11 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104135   11 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104133   11 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104129   11 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104099   11 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104076   11 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104058   11 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104019   12 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   12 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104017   12 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   12 months vboxsync VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
(edit) @103922   12 months vboxsync VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
(edit) @103909   12 months vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103828   12 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103787   12 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103778   12 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103613   12 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103256   13 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   13 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103181   13 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   13 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @102977   14 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102876   14 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102817   14 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102572   15 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102448   15 months vboxsync VMM/IEM: Removed duplicate MC IEM_MC_FETCH_MEM_S32_SX_U64. bugref:10371
(edit) @102433   15 months vboxsync VMM/IEM: Drop the pointer from the UNMAP MCs as it is no longer used. …
(edit) @102429   15 months vboxsync VMM/IEM: Retired un-typed IEM_MC_MEM_MAP and friends not using …
(edit) @102428   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102427   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102426   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102425   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102424   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102397   15 months vboxsync VMM/IEM: Enabled native IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64. bugref:10371
(edit) @102035   16 months vboxsync VMM/IEM: More variable checks added to tstIEMCheckMc. bugref:10371
(edit) @102033   16 months vboxsync VMM/IEM: Fixed some inconsistencies wrt input for IEM_MC_PUSH_*. …
(edit) @102029   16 months vboxsync VMM/IEM: Added more variable checks to tstIEMCheckMc and found 4 …
(edit) @102012   16 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102011   16 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101984   16 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   16 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101954   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN_U8_SX_U64 and …
(edit) @101953   16 months vboxsync VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371
(edit) @101950   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstTwoByte0f.cpp.h, …
(edit) @101911   16 months vboxsync VMM/IEM: Added IEM_MC_NO_NATIVE_RECOMPILE and cleaned up …
(edit) @101850   16 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101802   16 months vboxsync VMM/IEM: Improved the tstIEMCheckMc to better ensure all promissed …
(edit) @101707   16 months vboxsync VMM/IEM: Use IEM_MC_STORE_GREG_U*_CONST when storing an immediate …
(edit) @101587   17 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U32 and IEM_MC_SUB_GREG_U64. Covers …
(edit) @101387   17 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @100854   19 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100840   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100826   19 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100740   19 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100734   20 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   20 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(edit) @100591   20 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100579   20 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100573   20 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   20 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100326   21 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100266   21 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) @99343   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
(edit) @99342   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
(edit) @99341   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
(edit) @99340   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
(edit) @99339   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
(edit) @99338   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
(edit) @99337   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
(edit) @99336   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
(edit) @99335   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
(edit) @99330   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
(edit) @99325   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99324   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99309   2 years vboxsync VMM/IEM: Removed some unused function tables. bugref:10369
(edit) @99304   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @98915   2 years vboxsync VMM/IEM: More work on processing MC blocks. [build fix] bugref:10369
(edit) @98798   2 years vboxsync VMM/IEM: build fix. bugref:10368
(edit) @98703   2 years vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation 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) @97607   2 years vboxsync IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
(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) @97441   2 years vboxsync VMM/IEM: Single stepping for short and near jumps (relative) and …
(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) @97350   2 years vboxsync VMM/IEM: Removed two unused MCs.
(edit) @97154   2 years vboxsync IEM: Updated testcase.
(edit) @96998   2 years vboxsync VMM/IEM: Check MM, XMM and YMM register indexes. bugref:9898
(edit) @96997   2 years vboxsync VMM/IEM: Check general purpose register indexes. bugref:9898
(edit) @96996   2 years vboxsync VMM/IEM: Check segment indexes. 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