VirtualBox

source: vbox/trunk/src/VBox/VMM/include/IEMInternal.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96025   2 years vboxsync VMM/IEM: Implement [v]pmulhuw instructions, bugref:9898
(edit) @96022   2 years vboxsync VMM/IEM: Implement missing vpmulhw instructions, bugref:9898
(edit) @96020   2 years vboxsync VMM/IEM: Implement missing [v]pmull{w,d} instructions, bugref:9898
(edit) @96010   2 years vboxsync VMM/IEM: Implement [v]pmaxs{b,w,d} instructions, bugref:9898
(edit) @96007   2 years vboxsync VMM/IEM: Implement [v]pmins{b,w,d} instructions, bugref:9898
(edit) @96004   2 years vboxsync VMM/IEM: Implement missing [v]pminu{w,d} variants, bugref:9898
(edit) @96002   2 years vboxsync VMM/IEM: Implement missing [v]pmaxu{w,d} variants, bugref:9898
(edit) @95989   2 years vboxsync VMM/IEM: Add implementation for vpminub instruction, bugref:9898
(edit) @95986   2 years vboxsync VMM/IEM: Add implementation for vpmaxub instruction, bugref:9898
(edit) @95951   2 years vboxsync IEM: Added PMAXUB/PMINUB and corrected some of the shift variants.
(edit) @95940   2 years vboxsync IEM: Added a bunch of integer MMX/SSE instructions.
(edit) @95578   2 years vboxsync VMM/IEM: [v]ptest. bugref:9898
(edit) @95561   2 years vboxsync VMM/IEM: Some crude exception/interrupt stats and history, take two. …
(edit) @95560   2 years vboxsync VMM/IEM: Some crude exception/interrupt stats and history. bugref:9898
(edit) @95543   2 years vboxsync VMM/IEM: vmovshdup. Removed unused parameter from iemAImpl_movshdup …
(edit) @95537   2 years vboxsync VMM/IEM: [v]movsldup tweak, AVX/SSE disassembler flags (unused) on …
(edit) @95522   2 years vboxsync VMM/IEM: Implemented [v]packsswb, [v]packssdw, [v]packuswb and …
(edit) @95517   2 years vboxsync VMM/IEM: Simplified IEMOPMEDIAF3 and IEMOPMEDIAOPTF3 function table …
(edit) @95516   2 years vboxsync VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
(edit) @95515   2 years vboxsync VMM/IEM: Reverted previous commit (included too much) r152134. bugref:9898
(edit) @95514   2 years vboxsync VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
(edit) @95512   2 years vboxsync VMM/IEM: Use the IEM_GET_MODRM_* and IEM_IS_MODRM_* macros to make the …
(edit) @95510   2 years vboxsync VMM/IEM: Implemented vpunpcklbw, vpunpcklwd, vpunpckldq, vpunpcklqdq, …
(edit) @95499   2 years vboxsync VMM/IEM: [v]pshufhb. bugref:9898
(edit) @95487   2 years vboxsync VMM/IEM: vpshufhw, vpshuflw and vpshufd, brushing up pshufw, pshufhw, …
(edit) @95483   2 years vboxsync VMM/IEM: [v]pmovmskb. bugref:9898
(edit) @95473   2 years vboxsync VMM/IEM: [v]psub[bwdq]. bugref:9898
(edit) @95460   2 years vboxsync VMM/IEM: Untested crc32 implementation. bugref:9898
(edit) @95458   2 years vboxsync VMM/IEM: [v]padd[bwdq]. bugref:9898
(edit) @95453   2 years vboxsync VMM/IEM: [v]pcmpeqq and [v]pcmpgtq. bugref:9898
(edit) @95449   2 years vboxsync VMM/IEM: [v]pcmpeq[bwd] and [v]pcmpgt[bwd]. bugref:9898
(edit) @95441   2 years vboxsync VMM/IEM: [v]andps, [v]andpd, [v]pand, [v]andnps, [v]andnpd, [v]pandn, …
(edit) @95410   2 years vboxsync VMM/IEM: Alignment checks (#AC(0)/#GP(0)). bugref:9898
(edit) @95403   2 years vboxsync VMM/IEM: vxorps, vxorpd, vpxor, xorps, xorpd and various related …
(edit) @95360   2 years vboxsync VMM/IEM: Implemented the POPCNT instruction. bugref:9898
(edit) @95347   2 years vboxsync VMM/IEM: Implemented the MULX instruction. bugref:9898
(edit) @95345   2 years vboxsync VMM/IEM: Implemented the PDEP and PEXT instructions. bugref:9898
(edit) @95343   2 years vboxsync VMM/IEM: Implemented the BZHI instruction. bugref:9898
(edit) @95341   2 years vboxsync VMM/IEM: Implemented the BLSR, BLSMSK and BLSI instructions. bugref:9898
(edit) @95308   2 years vboxsync VMM/IEM: Implemented ANDN, BEXTR, SHLX, SARX, SHRX, RORX, TZCNT, and …
(edit) @95185   3 years vboxsync VMM/IEM: Use setjmp-without-sigmask.h as well.
(edit) @94956   3 years vboxsync VMM/IEM: Use g_CpumHostFeatures too. bugref:10093
(edit) @94845   3 years vboxsync VMM/IEM: More TLB work. bugref:9898
(edit) @94843   3 years vboxsync VMM/IEM: Arm build fixes. bugref:9898
(edit) @94842   3 years vboxsync VMM/IEM: Arm build fixes. bugref:9898
(edit) @94838   3 years vboxsync VMM/IEM: More TLB work. bugref:9898
(edit) @94800   3 years vboxsync VMM/IEM,PGM: TLB work, esp. on the data one. bugref:9898
(edit) @94768   3 years vboxsync VMM/IEM: Split up IEMAll.cpp into a few more compilation units. bugref:9898
(edit) @94712   3 years vboxsync VMM/IEM: Some TLB compile and doc tweaks. bugref:9898
(edit) @94423   3 years vboxsync tstIEMAImpl: More tests where AMD and Intel differs a little (or a …
(edit) @94416   3 years vboxsync tstIEMAImpl: Rest of the FPU tests, unless there are vendor specific …
(edit) @94413   3 years vboxsync VMM/IEM,tstIEMAImpl: A handful of FPU instructions produces different …
(edit) @94402   3 years vboxsync tstIEMAImpl,VMM/IEM: Added tests for FPU instructions taking two …
(edit) @94364   3 years vboxsync VMM/IEM,tstIEMAImpl: Integer and decimal load/store tests. bugref:9898
(edit) @94261   3 years vboxsync iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
(edit) @94163   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for shifts …
(edit) @94162   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for double …
(edit) @94156   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
(edit) @93922   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT VM-exit handling with HM ring-0 code.
(edit) @93906   3 years vboxsync IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
(edit) @93862   3 years vboxsync VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
(edit) @93847   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93650   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92685   3 years vboxsync VMM: Nested VMX: bugref:10092 Started with constructing EPT-violation …
(edit) @91263   3 years vboxsync VMM/IEM: Moved instruction stats from the hyper heap and into the VM …
(edit) @91016   3 years vboxsync VMM/PGM,++: Kicked out VBOX_WITH_2X_4GB_ADDR_SPACE and the DynMap code …
(edit) @89975   3 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @87577   4 years vboxsync VMM,Debugger: Doxygen fixes.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80268   5 years vboxsync VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80089   5 years vboxsync VMM: Kicking out raw-mode - IEM. bugref:9517
(edit) @80055   5 years vboxsync Main: Kicking out raw-mode - CPUMRaw*. bugref:9517
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76561   6 years vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76543   6 years vboxsync VMM: scm --fix-header-guards. bugref:9344
(edit) @75611   6 years vboxsync VMM: Nested VMX: bugref:9180 Move the VMX APIC-access guest-physical …
(edit) @73555   6 years vboxsync IEM: Added IEM_OPCODE_GET_NEXT_RM and associated IEMCPU::offModRm. …
(edit) @72866   6 years vboxsync IEM,CPUM: Can use LogRel in ring-0 too now and have it go to VBox.log.
(edit) @72643   6 years vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72496   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72495   7 years vboxsync IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC …
(edit) @72494   7 years vboxsync IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC …
(edit) @72493   7 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72488   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72485   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72484   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @69111   7 years vboxsync (C) year
(edit) @67528   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @67163   8 years vboxsync VMM/IEM: Temporary hack for toggling forcing of execution to continue …
(edit) @67072   8 years vboxsync IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness …
(edit) @67003   8 years vboxsync IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.
(edit) @66966   8 years vboxsync IEM: Implemented vmovlps Mq,Vq (VEX.0F 13 mod!=3).
(edit) @66965   8 years vboxsync IEM: Implemented vmovddup Vx,Wx (VEX.F2.0F 12).
(edit) @66957   8 years vboxsync IEM: Some VEX related regression fixes and cleanups.
(edit) @66950   8 years vboxsync IEM: Implemented vmovsldup Vx,Wx (VEX.F3.0F 12).
(edit) @66932   8 years vboxsync IEM: Implemented vmovlps Vq,Hq,Mq (VEX.0F 12 mod!=3) and vmovhlps …
(edit) @66901   8 years vboxsync IEM: Implemented vmovss Vss,Hss,Wss (VEX.F3.0F 10 mod=11) and vmovss …
(edit) @66789   8 years vboxsync IEM: Implemented movshdup Vdq,Wdq (f3 0f 16).
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