|
|
@67627
|
7 年 |
vboxsync |
IEM: Added EMMS/FEMMS implementation.
|
|
|
@67034
|
8 年 |
vboxsync |
IEM: Tests+docs for movntdq Mdq,Vdq (0x66 0x0f 0xe7).
|
|
|
@67033
|
8 年 |
vboxsync |
IEM: Tests+docs+adjustments for movntq Mq,Pq (0x0f 0xe7).
|
|
|
@67030
|
8 年 |
vboxsync |
IEM: Implemented movq Wq,Vq (VEX.66.0F d6).
|
|
|
@67029
|
8 年 |
vboxsync |
IEM: Implemented movq Vq,Wq (VEX.F3.0F 7e).
|
|
|
@67015
|
8 年 |
vboxsync |
IEM: Implemented vmovdqa Wx,Vx (VEX.66.0F 0x7f).
|
|
|
@67014
|
8 年 |
vboxsync |
IEM: Documented movd Ed,Vd and mov Eq,Vq (0x66 0x0f 0x7e).
|
|
|
@67013
|
8 年 |
vboxsync |
IEM: Documented and adjusted movd Ed,Pd and mov Eq,Pq (0x0f 0x7e).
|
|
|
@67012
|
8 年 |
vboxsync |
IEM: Implemented vmovd Ed,Vd and vmovq Eq,Vq (VEX.66.0F 7e).
|
|
|
@67011
|
8 年 |
vboxsync |
IEM: Docs+tests for movdqu Vdq,Wdq.
|
|
|
@67008
|
8 年 |
vboxsync |
IEM: movdqa Vdq,Wdq (0x66 0x0f 0x6f) tests.
|
|
|
@67007
|
8 年 |
vboxsync |
IEM: Tested and adjusted movq Pq,Qq (0x0f 0x6f).
|
|
|
@67006
|
8 年 |
vboxsync |
IEM: Implemented vmovd Vd,Ed and vmovq Vq,Eq (VEX.66.0F 6e).
|
|
|
@67005
|
8 年 |
vboxsync |
IEM: More tests for movd & movq.
|
|
|
@67004
|
8 年 |
vboxsync |
IEM: movq Vq,Eq & movd Vd,Ed docs+tests+fixes.
|
|
|
@67003
|
8 年 |
vboxsync |
IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.
|
|
|
@66991
|
8 年 |
vboxsync |
IEM: Docs and test for movntps & movntpd.
|
|
|
@66975
|
8 年 |
vboxsync |
IEM: Added docs and tests to movaps and movapd.
|
|
|
@66974
|
8 年 |
vboxsync |
IEM: Added docs and tests to movaps and movapd.
|
|
|
@66815
|
8 年 |
vboxsync |
IEM: s/V\([a-z]*\)ZxReg/V\1ZxReg/g because 'V' can only indicate a …
|
|
|
@66812
|
8 年 |
vboxsync |
IEM: clearly mark operands that are written to.
|
|
|
@66811
|
8 年 |
vboxsync |
IEM: Implemented movdq2q Pq,Uq (f2 0f d6)
|
|
|
@66810
|
8 年 |
vboxsync |
IEM: Implemented movq2dq Vdq,Nq (f3 0f d6)
|
|
|
@66808
|
8 年 |
vboxsync |
IEM: Implemented movq Vq,Wq (f3 0f 73)
|
|
|
@66792
|
8 年 |
vboxsync |
IEM: Implemented movhpd Mq,Vq (66 0f 17).
|
|
|
@66791
|
8 年 |
vboxsync |
IEM: Implemented movhps Mq,Vq (0f 17).
|
|
|
@66789
|
8 年 |
vboxsync |
IEM: Implemented movshdup Vdq,Wdq (f3 0f 16).
|
|
|
@66787
|
8 年 |
vboxsync |
IEM: Implemented movhpd Vdq,Mq (66 0f 16).
|
|
|
@66785
|
8 年 |
vboxsync |
IEM: Implemented movlhps Vdq,Uq and movhps Vdq,Mq (0f 16).
|
|
|
@66748
|
8 年 |
vboxsync |
IEM: More tests.
|
|
|
@66747
|
8 年 |
vboxsync |
IEM: Implemented movlps Mq,Vq (0x0f 0x13).
|
|
|
@66746
|
8 年 |
vboxsync |
IEM: Implemented movsd Vsd,Wsd (0xf2 0x0f 0x10).
|
|
|
@66745
|
8 年 |
vboxsync |
IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).
|
|
|
@66744
|
8 年 |
vboxsync |
IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).
|
|
|
@66743
|
8 年 |
vboxsync |
IEM: Implemented movups Vps,Wps (0x0f 0x10).
|
|
|
@66582
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Clean up defines and build fix.
|
|
|
@66581
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
|
|
|
@66474
|
8 年 |
vboxsync |
IEM: Stubbed the three byte opcode tables.
|
|
|
@66473
|
8 年 |
vboxsync |
IEM: three byte opcode fix.
|
|
|
@66471
|
8 年 |
vboxsync |
IEM: Split the 3DNow! instruction out into a separate file.
|
|
|
@66470
|
8 年 |
vboxsync |
IEM: build fix (unused function)
|
|
|
@66469
|
8 年 |
vboxsync |
IEM: More VEX work. Fixed punpcklbw_Vx_Wx.
|
|
|
@66464
|
8 年 |
vboxsync |
IEM: Implemented movss Vss,Wss (f3 0f 10).
|
|
|
@66463
|
8 年 |
vboxsync |
IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
|
|
|
@66462
|
8 年 |
vboxsync |
IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
|
|
|
@66457
|
8 年 |
vboxsync |
IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
|
|
|
@66450
|
8 年 |
vboxsync |
IEM: More vstmxcsr tests.
|
|
|
@66419
|
8 年 |
vboxsync |
IEM: More vstmxcsr work.
|
|
|
@66414
|
8 年 |
vboxsync |
IEM: todo
|
|
|
@66412
|
8 年 |
vboxsync |
IEM: Started tackling the first AVX instructions.
|
|
|
@66409
|
8 年 |
vboxsync |
IEM: More stdmxcsr tests.
|
|
|
@66404
|
8 年 |
vboxsync |
IEM: Implemented ldmxcsr Md.
|
|
|
@66391
|
8 年 |
vboxsync |
IEM: Implemented stmxcsr Md (0f ae !11/3).
|
|
|
@66342
|
8 年 |
vboxsync |
IEM: Converted grp 9 to tables and fixed cmpxchg16b/8b prefix handling.
|
|
|
@66336
|
8 年 |
vboxsync |
IEM: Unused entries in grp 8 completes ModR/M decoding and takes a …
|
|
|
@66334
|
8 年 |
vboxsync |
IEM: Fixed UD1 / grp 10 decoding (intel eats modr/m after it).
|
|
|
@66332
|
8 年 |
vboxsync |
IEM: Converted iemOp_Grp15 from switch to tables; implemented …
|
|
|
@66331
|
8 年 |
vboxsync |
IEM: Converted iemOp_Grp15 from switch to tables; implemented …
|
|
|
@66327
|
8 年 |
vboxsync |
IEM,CPUM: Implemented clflush Mb (0f ae /7).
|
|
|
@66324
|
8 年 |
vboxsync |
IEM: Implemented movq Wq,Vq (66 0f d6).
|
|
|
@66323
|
8 年 |
vboxsync |
IEM: Implemented movq Wq,Vq (66 0f d6).
|
|
|
@66321
|
8 年 |
vboxsync |
IEM: Implemented movddup Vdq,Wdq (f2 0f 12).
|
|
|
@66315
|
8 年 |
vboxsync |
IEM: Implemented movsldup Vdq,Wdq (f3 0f 12)
|
|
|
@66314
|
8 年 |
vboxsync |
IEM: Use RTUINT128U instead of uint128_t; started on movsldup Vdq,Wdq.
|
|
|
@66313
|
8 年 |
vboxsync |
bs3-cpu-generated-1,IEM: Introducing @opcodesub to more effectively …
|
|
|
@66311
|
8 年 |
vboxsync |
IEM: Implemented movlpd Vq,Mq (66 0f 12).
|
|
|
@66309
|
8 年 |
vboxsync |
IEM: Implemented movlps Vq,Mq and movhlps Vq,Uq (0f 12).
|
|
|
@66306
|
8 年 |
vboxsync |
IEM: Implemented movss Wss,Vss (f3 0f 11).
|
|
|
@66303
|
8 年 |
vboxsync |
IEM: Implemented movupd Wpd,Vpd (66 0f 11).
|
|
|
@66283
|
8 年 |
vboxsync |
bs3-cpu-generated-1,IEM: More SSE testing stuff.
|
|
|
@66242
|
8 年 |
vboxsync |
bs3-cpu-generated-1: More on SSE testing, enabled the first instruction.
|
|
|
@66172
|
8 年 |
vboxsync |
bs3-cpu-generated-1: Adding SSE testing (work in progress)…
|
|
|
@66007
|
8 年 |
vboxsync |
nit
|
|
|
@66000
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.
|
|
|
@65989
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
|
|
|
@65933
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
|
|
|
@65904
|
8 年 |
vboxsync |
VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
|
|
|
@65877
|
8 年 |
vboxsync |
IEM: Fix push fs/gs that got broken in r113659.
|
|
|
@65876
|
8 年 |
vboxsync |
IEM,DIS: Updates
|
|
|
@65784
|
8 年 |
vboxsync |
IEM: Tomorrow resume point.
|
|
|
@65781
|
8 年 |
vboxsync |
IEM: Correted invalid opcode decoding in group 12, 13, and 14.
|
|
|
@65780
|
8 年 |
vboxsync |
IEM: Group 12, 13, and 14 jump table size checks.
|
|
|
@65779
|
8 年 |
vboxsync |
IEM: Correted invalid opcode decoding in group 12, 13, and 14.
|
|
|
@65778
|
8 年 |
vboxsync |
IEM: Correted invalid opcode decoding in group 12, 13, and 14.
|
|
|
@65775
|
8 年 |
vboxsync |
IEM: Use prefix indexed tables for group 14.
|
|
|
@65774
|
8 年 |
vboxsync |
IEM: Use prefix indexed tables for group 13.
|
|
|
@65773
|
8 年 |
vboxsync |
IEM: Use prefix indexed tables for group 12 .
|
|
|
@65772
|
8 年 |
vboxsync |
IEM: Use jump table for group 7 memory variants.
|
|
|
@65771
|
8 年 |
vboxsync |
IEM: corrected a few …
|
|
|
@65770
|
8 年 |
vboxsync |
IEM: 0x0f 0x2c split up.
|
|
|
@65769
|
8 年 |
vboxsync |
IEM: 0x0f 0x29 split up.
|
|
|
@65766
|
8 年 |
vboxsync |
IEM: VEX decoding updates.
|
|
|
@65758
|
8 年 |
vboxsync |
IEM: Split out IEMAllInstructionsOneByte.cpp.h and …
|
|
從 trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h 複製
|
|
|
@65757
|
8 年 |
vboxsync |
IEM: 0x0f 0xe7 split up.
|