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) @95524   2 years vboxsync VMM/IEM: Set some diasm flags.
(edit) @95522   2 years vboxsync VMM/IEM: Implemented [v]packsswb, [v]packssdw, [v]packuswb and …
(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) @95509   2 years vboxsync VMM/IEM: Implemented vpunpcklbw, vpunpcklwd, vpunpckldq, vpunpcklqdq, …
(edit) @95489   2 years vboxsync VMM/IEM: Apply IEM_MC_MODIFIED_MREG_BY_REF in two common functions to …
(edit) @95487   2 years vboxsync VMM/IEM: vpshufhw, vpshuflw and vpshufd, brushing up pshufw, pshufhw, …
(edit) @95482   2 years vboxsync VMM/IEM: [v]pmovmskb. bugref:9898
(edit) @95473   2 years vboxsync VMM/IEM: [v]psub[bwdq]. 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) @95445   2 years vboxsync VMM/IEM: IEMOP_MNEMONIC -> IEMOP_MNEMONIC2 for pcmpeq[bwd]. bugref:9898
(edit) @95441   2 years vboxsync VMM/IEM: [v]andps, [v]andpd, [v]pand, [v]andnps, [v]andnpd, [v]pandn, …
(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) @95308   2 years vboxsync VMM/IEM: Implemented ANDN, BEXTR, SHLX, SARX, SHRX, RORX, TZCNT, and …
(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) @93847   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @86183   4 years vboxsync VMM: Implemented sysenter and sysexit in IEM (limited testing). Added …
(edit) @84477   5 years vboxsync IEM: Implemented dummy MOV to/from TR. Avoids crashes in OS/2 KDB and …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78592   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fixed vmread/vmwrite instruction …
(edit) @76652   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMREAD/VMLAUNCH fixes.
(edit) @76645   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 vmread decoding fix.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75231   6 years vboxsync IEM: Check invalid r/m encoding to avoid IPE.
(edit) @74603   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 VM-exit bits; LMSW intercept. …
(edit) @74155   6 years vboxsync VMM: Nested VMX: bugref:9180 VMXVDIAG naming.
(edit) @74043   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 vmlaunch/vmresume work.
(edit) @74022   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMLAUNCH/VMRESUME bits.
(edit) @74017   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMLAUNCH skeleton.
(edit) @74015   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add missing diagnostics for vmclear, …
(edit) @73983   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 Implement VMREAD, added using …
(edit) @73959   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 Use VMXEXITINFO to pass decoder …
(edit) @73937   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 Implemented VMWRITE instruction.
(edit) @73756   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMCLEAR skeleton.
(edit) @73755   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added missing iemCImpl_vmptrst.
(edit) @73752   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Implement VMPTRST, added decoded …
(edit) @73745   6 years vboxsync VMM: Nested VMX: bugref:9180 Implement VMPTRLD.
(edit) @73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @72522   7 years vboxsync NEM,TM: Work on TSC and NEM/win. bugref:9044 [=>office]
(edit) @72518   7 years vboxsync IEM: Implemented rsm for the purpose of SVM intercepting. Renamed …
(edit) @72517   7 years vboxsync IEM: Modified wbinvd for the purpose of SVM intercepting.
(edit) @72516   7 years vboxsync IEM: Implemented invd for the purpose of SVM intercepting.
(edit) @72514   7 years vboxsync IEM: Don't intercept rdtscp both in iemOp_Grp7_rdtscp and …
(edit) @72513   7 years vboxsync IEM: Made str use CImpl to better facilitate SVM intercepts.
(edit) @72512   7 years vboxsync IEM: Made sldt use CImpl so to better facilitate SVM intercepts.
(edit) @72505   7 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72468   7 years vboxsync IEM: Missing IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX() for svm …
(edit) @72451   7 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72209   7 years vboxsync VMM/IEM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @71092   7 years vboxsync VMM/IEM: Nested Hw.virt: Implement SVM decode-assist and NRIP feature.
(edit) @70643   7 years vboxsync VMM/IEM: Fix incorrect register decoding and added canonical address …
(edit) @70612   7 years vboxsync VMM: Expose PCID, INVPCID, FSGSBASE features to guests. Implemented …
(edit) @67627   7 years vboxsync IEM: Added EMMS/FEMMS implementation.
(edit) @67034   8 years vboxsync IEM: Tests+docs for movntdq Mdq,Vdq (0x66 0x0f 0xe7).
(edit) @67033   8 years vboxsync IEM: Tests+docs+adjustments for movntq Mq,Pq (0x0f 0xe7).
(edit) @67030   8 years vboxsync IEM: Implemented movq Wq,Vq (VEX.66.0F d6).
(edit) @67029   8 years vboxsync IEM: Implemented movq Vq,Wq (VEX.F3.0F 7e).
(edit) @67015   8 years vboxsync IEM: Implemented vmovdqa Wx,Vx (VEX.66.0F 0x7f).
(edit) @67014   8 years vboxsync IEM: Documented movd Ed,Vd and mov Eq,Vq (0x66 0x0f 0x7e).
(edit) @67013   8 years vboxsync IEM: Documented and adjusted movd Ed,Pd and mov Eq,Pq (0x0f 0x7e).
(edit) @67012   8 years vboxsync IEM: Implemented vmovd Ed,Vd and vmovq Eq,Vq (VEX.66.0F 7e).
(edit) @67011   8 years vboxsync IEM: Docs+tests for movdqu Vdq,Wdq.
(edit) @67008   8 years vboxsync IEM: movdqa Vdq,Wdq (0x66 0x0f 0x6f) tests.
(edit) @67007   8 years vboxsync IEM: Tested and adjusted movq Pq,Qq (0x0f 0x6f).
(edit) @67006   8 years vboxsync IEM: Implemented vmovd Vd,Ed and vmovq Vq,Eq (VEX.66.0F 6e).
(edit) @67005   8 years vboxsync IEM: More tests for movd & movq.
(edit) @67004   8 years vboxsync IEM: movq Vq,Eq & movd Vd,Ed docs+tests+fixes.
(edit) @67003   8 years vboxsync IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.
(edit) @66991   8 years vboxsync IEM: Docs and test for movntps & movntpd.
(edit) @66975   8 years vboxsync IEM: Added docs and tests to movaps and movapd.
(edit) @66974   8 years vboxsync IEM: Added docs and tests to movaps and movapd.
(edit) @66815   8 years vboxsync IEM: s/V\([a-z]*\)ZxReg/V\1ZxReg/g because 'V' can only indicate a …
(edit) @66812   8 years vboxsync IEM: clearly mark operands that are written to.
(edit) @66811   8 years vboxsync IEM: Implemented movdq2q Pq,Uq (f2 0f d6)
(edit) @66810   8 years vboxsync IEM: Implemented movq2dq Vdq,Nq (f3 0f d6)
(edit) @66808   8 years vboxsync IEM: Implemented movq Vq,Wq (f3 0f 73)
(edit) @66792   8 years vboxsync IEM: Implemented movhpd Mq,Vq (66 0f 17).
(edit) @66791   8 years vboxsync IEM: Implemented movhps Mq,Vq (0f 17).
(edit) @66789   8 years vboxsync IEM: Implemented movshdup Vdq,Wdq (f3 0f 16).
(edit) @66787   8 years vboxsync IEM: Implemented movhpd Vdq,Mq (66 0f 16).
(edit) @66785   8 years vboxsync IEM: Implemented movlhps Vdq,Uq and movhps Vdq,Mq (0f 16).
(edit) @66748   8 years vboxsync IEM: More tests.
(edit) @66747   8 years vboxsync IEM: Implemented movlps Mq,Vq (0x0f 0x13).
(edit) @66746   8 years vboxsync IEM: Implemented movsd Vsd,Wsd (0xf2 0x0f 0x10).
(edit) @66745   8 years vboxsync IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).
(edit) @66744   8 years vboxsync IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).
(edit) @66743   8 years vboxsync IEM: Implemented movups Vps,Wps (0x0f 0x10).
(edit) @66582   8 years vboxsync VMM: Nested Hw.virt: Clean up defines and build fix.
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66474   8 years vboxsync IEM: Stubbed the three byte opcode tables.
(edit) @66473   8 years vboxsync IEM: three byte opcode fix.
(edit) @66471   8 years vboxsync IEM: Split the 3DNow! instruction out into a separate file.
(edit) @66470   8 years vboxsync IEM: build fix (unused function)
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