VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95512   2 years vboxsync VMM/IEM: Use the IEM_GET_MODRM_* and IEM_IS_MODRM_* macros to make the …
(edit) @95421   2 years vboxsync VMM/IEM: fld, fbld and fstp are 8 byte aligned as far as #AC is …
(edit) @94617   3 years vboxsync VMM/*.cpp.h: Doxygen fixes.
(edit) @94538   3 years vboxsync VMM/IEM: Implemented f2xm1. bugref:9898
(edit) @94440   3 years vboxsync VMM/IEM: fxam does not raise any exceptions and has special …
(edit) @94364   3 years vboxsync VMM/IEM,tstIEMAImpl: Integer and decimal load/store tests. bugref:9898
(edit) @94350   3 years vboxsync VMM/IEM: Implemented fbld (not tested). 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) @94156   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
(edit) @93906   3 years vboxsync IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92746   3 years vboxsync IEM/ICPBP: Added some more info to the 8086-80286 todo.
(edit) @90250   3 years vboxsync IEM: Fixed copy & paste error for 16-bit xchg. bugref:10052
(edit) @89974   3 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @84476   5 years vboxsync IEM: Reworked LOOP instruction so that it only shortcuts when logging …
(edit) @84247   5 years vboxsync IEM: LOOP optimization todo.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75820   6 years vboxsync IEM: typo
(edit) @74753   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Implemented pause and …
(edit) @74661   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added IN/OUT intercepts.
(edit) @74490   6 years vboxsync IEM: Added a few missing mnemonics, fixed typos.
(edit) @72515   6 years vboxsync IEM: Extended testcase to make sure the IEM_MC_XXX macros are only …
(edit) @72504   6 years vboxsync IEM: Fixed iemOp_nop.
(edit) @72496   6 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72209   7 years vboxsync VMM/IEM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @72180   7 years vboxsync IEM: Fixed SALC instruction, it is only one byte and has been there …
(edit) @71834   7 years vboxsync VMM/IEM: Nested hw.virt: Implement SVM pause-filter and pause-filter …
(edit) @71092   7 years vboxsync VMM/IEM: Nested Hw.virt: Implement SVM decode-assist and NRIP feature.
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67006   8 years vboxsync IEM: Implemented vmovd Vd,Ed and vmovq Vq,Eq (VEX.66.0F 6e).
(edit) @67003   8 years vboxsync IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.
(edit) @66957   8 years vboxsync IEM: Some VEX related regression fixes and cleanups.
(edit) @66901   8 years vboxsync IEM: Implemented vmovss Vss,Hss,Wss (VEX.F3.0F 10 mod=11) and vmovss …
(edit) @66886   8 years vboxsync IEM: Implemented vmovups Vps,Wps (VEX.0f 10)
(edit) @66814   8 years vboxsync IEM: clearly mark operands that are written to.
(edit) @66686   8 years vboxsync VMM/IEM: Handle raising of exceptions during delivery of a previous …
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66479   8 years vboxsync IEM: Stubbed VEX opcode map 2 and 3.
(edit) @66469   8 years vboxsync IEM: More VEX work. Fixed punpcklbw_Vx_Wx.
(edit) @66463   8 years vboxsync IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
(edit) @66462   8 years vboxsync IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
(edit) @66457   8 years vboxsync IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
(edit) @66420   8 years vboxsync IEM: More vstmxcsr work.
(edit) @66419   8 years vboxsync IEM: More vstmxcsr work.
(edit) @66160   8 years vboxsync IEM: Mark instructions allowing lock prefix use (incomplete).
(edit) @66159   8 years vboxsync IEM,bs3-cpu-generated-1: Implemented the BOUND instruction and …
(edit) @66138   8 years vboxsync IEM: Implemented AAS.
(edit) @66135   8 years vboxsync IEM: Implemented AAA.
(edit) @66132   8 years vboxsync IEM: Some more ADC testcases.
(edit) @66131   8 years vboxsync IEM: Some more ADC testcases.
(edit) @66129   8 years vboxsync IEM: Some OR testcases.
(edit) @66124   8 years vboxsync bs3-cpu-generated-1,IEM: More tests, fixed rAX,Iz testing bug.
(edit) @66116   8 years vboxsync bs3-cpu-generated-1,IEM: updates.
(edit) @66114   8 years vboxsync bs3-cpu-generated-1,IEM: updates.
(edit) @66113   8 years vboxsync bs3-cpu-generated-1,IEM: updates.
(edit) @65959   8 years vboxsync bs3-cpu-generated-1: updates
(edit) @65894   8 years vboxsync IEM: updates
(edit) @65880   8 years vboxsync IEM,DIS: Updates
(edit) @65879   8 years vboxsync IEM,DIS: Updates
(edit) @65876   8 years vboxsync IEM,DIS: Updates
(edit) @65871   8 years vboxsync IEM: Addding disassembler info to new IEMOP_MNEMONIC macros.
(edit) @65834   8 years vboxsync IEMAllInstructionsPython.py: some more tinkering.
(edit) @65825   8 years vboxsync IEMAllInstructionsPython.py: Some updates.
(edit) @65805   8 years vboxsync IEMAllInstructionsPython.py: Basics doxygen stuff done, some work …
(edit) @65790   8 years vboxsync IEM: updates.
(edit) @65768   8 years vboxsync IEM: naming fixes.
(edit) @65766   8 years vboxsync IEM: VEX decoding updates.
(edit) @65764   8 years vboxsync IEM: XOP updates.
(edit) @65761   8 years vboxsync IEM: VEX decoding updates.
(copy) @65758   8 years vboxsync IEM: Split out IEMAllInstructionsOneByte.cpp.h and …
copied from trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
(edit) @65757   8 years vboxsync IEM: 0x0f 0xe7 split up.
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