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