|
|
@105231
|
5 months |
vboxsync |
VMM/IEM: Implement vhaddpd instruction emulation, bugref:9898
|
|
|
@105229
|
5 months |
vboxsync |
VMM/IEM: Implement vmax{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105228
|
5 months |
vboxsync |
VMM/IEM: Implement vdiv{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105224
|
5 months |
vboxsync |
VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105223
|
5 months |
vboxsync |
VMM/IEM: Implement vsubsd instruction emulation, bugref:9898
|
|
|
@105222
|
5 months |
vboxsync |
VMM/IEM: Implement vmulsd instruction emulation, bugref:9898
|
|
|
@105221
|
5 months |
vboxsync |
VMM/IEM: Implement vmulss instruction emulation, bugref:9898
|
|
|
@105220
|
5 months |
vboxsync |
VMM/IEM: Implement vmulpd instruction emulation, bugref:9898
|
|
|
@105219
|
5 months |
vboxsync |
VMM/IEM: Implement vaddsd instruction emulation, bugref:9898
|
|
|
@105218
|
5 months |
vboxsync |
VMM/IEM: Implement vmulps instruction emulation, bugref:9898
|
|
|
@105217
|
5 months |
vboxsync |
VMM/IEM: Implement vsubss instruction emulation, bugref:9898
|
|
|
@105215
|
5 months |
vboxsync |
VMM/IEM: Implement vsubpd instruction emulation, bugref:9898
|
|
|
@105214
|
5 months |
vboxsync |
VMM/IEM: Implement vsubps instruction emulation, bugref:9898
|
|
|
@105212
|
5 months |
vboxsync |
VMM/IEM: Implement vhaddps instruction emulation, bugref:9898
|
|
|
@105211
|
5 months |
vboxsync |
VMM/IEM: Implement vaddss instruction emulation, bugref:9898
|
|
|
@105200
|
5 months |
vboxsync |
VMM/IEM: Implement vaddpd, bugref:9898
|
|
|
@105184
|
5 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898
|
|
|
@104439
|
7 months |
vboxsync |
VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
|
|
|
@104188
|
8 months |
vboxsync |
VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
|
|
|
@104186
|
8 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_IF_MXCSR_XCPT_PENDING() and …
|
|
|
@104150
|
8 months |
vboxsync |
VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
|
|
|
@104135
|
8 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
|
|
|
@104133
|
8 months |
vboxsync |
VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
|
|
|
@104132
|
8 months |
vboxsync |
VMM/IEM: Convert some AVX instruction emulation helpers to the …
|
|
|
@104129
|
8 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641
…
|
|
|
@104076
|
8 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104058
|
8 months |
vboxsync |
VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
|
|
|
@104019
|
8 months |
vboxsync |
VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
|
|
|
@104018
|
8 months |
vboxsync |
VMM/IEM: Dropped the argument and local variable counts from …
|
|
|
@103909
|
9 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103787
|
9 months |
vboxsync |
VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
|
|
|
@103696
|
9 months |
vboxsync |
VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
|
|
|
@103267
|
10 months |
vboxsync |
VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@103265
|
10 months |
vboxsync |
VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
|
|
|
@103256
|
10 months |
vboxsync |
VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
|
|
|
@103212
|
10 months |
vboxsync |
VMM/IEMAllInst*: Liveness analysis, part 5: Flag input & modification …
|
|
|
@103185
|
10 months |
vboxsync |
VMM/IEMAllInst*: Liveness analysis, part 2: Flag input & modification …
|
|
|
@103184
|
10 months |
vboxsync |
Fix broken build and broken 'with assembly' ability to run VMs at all; …
|
|
|
@103182
|
10 months |
vboxsync |
VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@102011
|
13 months |
vboxsync |
VMM/IEM: Added a flush mask for guest register shadows to the …
|
|
|
@101953
|
13 months |
vboxsync |
VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371
|
|
|
@101951
|
13 months |
vboxsync |
VMM/IEM: More IEM_MC_ASSIGN elimination. bugref:10371
|
|
|
@101802
|
13 months |
vboxsync |
VMM/IEM: Improved the tstIEMCheckMc to better ensure all promissed …
|
|
|
@101387
|
14 months |
vboxsync |
VMM/IEM: Added a new class of threaded function variants, the …
|
|
|
@100854
|
16 months |
vboxsync |
VMM/IEM: In order to get rid of most impossible threaded functions, an …
|
|
|
@100740
|
16 months |
vboxsync |
VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
|
|
|
@100734
|
16 months |
vboxsync |
VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
|
|
|
@100733
|
16 months |
vboxsync |
VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
|
|
copied from trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsVexMap1.cpp.h
|
|
|
@100714
|
16 months |
vboxsync |
VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
|