|
|
@100740
|
17 months |
vboxsync |
VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
|
|
|
@100734
|
17 months |
vboxsync |
VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
|
|
|
@100733
|
17 months |
vboxsync |
VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
|
|
|
@100591
|
17 months |
vboxsync |
VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
|
|
|
@100579
|
17 months |
vboxsync |
VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
|
|
|
@100573
|
17 months |
vboxsync |
VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
|
|
|
@100567
|
17 months |
vboxsync |
VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
|
|
|
@100326
|
18 months |
vboxsync |
VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
|
|
|
@100266
|
18 months |
vboxsync |
VMM/IEM: Collect opcode bytes while decoding instructions in the …
|
|
|
@100072
|
19 months |
vboxsync |
VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
|
|
|
@99343
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
|
|
|
@99342
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
|
|
|
@99341
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
|
|
|
@99340
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
|
|
|
@99339
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
|
|
|
@99338
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
|
|
|
@99337
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
|
|
|
@99336
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
|
|
|
@99335
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
|
|
|
@99330
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
|
|
|
@99325
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
|
|
|
@99324
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
|
|
|
@99309
|
21 months |
vboxsync |
VMM/IEM: Removed some unused function tables. bugref:10369
|
|
|
@99304
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks, mainly related to reducing …
|
|
|
@98915
|
22 months |
vboxsync |
VMM/IEM: More work on processing MC blocks. [build fix] bugref:10369
|
|
|
@98798
|
22 months |
vboxsync |
VMM/IEM: build fix. bugref:10368
|
|
|
@98703
|
22 months |
vboxsync |
VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
|
|
|
@98103
|
2 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@97782
|
2 years |
vboxsync |
IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
|
|
|
@97607
|
2 years |
vboxsync |
IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
|
|
|
@97543
|
2 years |
vboxsync |
IEM: Modified microcode XMM accessors to fetch specified qword/dword …
|
|
|
@97534
|
2 years |
vboxsync |
IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
|
|
|
@97441
|
2 years |
vboxsync |
VMM/IEM: Single stepping for short and near jumps (relative) and …
|
|
|
@97357
|
2 years |
vboxsync |
VMM/IEM: IEM_MC_REL_JMP_S* -> IEM_MC_REL_JMP_S*_AND_FINISH and …
|
|
|
@97356
|
2 years |
vboxsync |
VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep …
|
|
|
@97350
|
2 years |
vboxsync |
VMM/IEM: Removed two unused MCs.
|
|
|
@97154
|
2 years |
vboxsync |
IEM: Updated testcase.
|
|
|
@96998
|
2 years |
vboxsync |
VMM/IEM: Check MM, XMM and YMM register indexes. bugref:9898
|
|
|
@96997
|
2 years |
vboxsync |
VMM/IEM: Check general purpose register indexes. bugref:9898
|
|
|
@96996
|
2 years |
vboxsync |
VMM/IEM: Check segment indexes. bugref:9898
|
|
|
@96992
|
2 years |
vboxsync |
VMM/IEM: Check the IEM_MC_STORE_GREG_XXX desinations. See also …
|
|
|
@96796
|
2 years |
vboxsync |
VMM/IEM: Implement …
|
|
|
@96789
|
2 years |
vboxsync |
VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
|
|
|
@96751
|
2 years |
vboxsync |
VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
|
|
|
@96748
|
2 years |
vboxsync |
VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
|
|
|
@96741
|
2 years |
vboxsync |
VMM/IEM: Implement cvtsi2ss/cvtsi2sd instructions, bugref:9898
|
|
|
@96731
|
2 years |
vboxsync |
VMM/IEM: Implement cvttss2si/cvtss2si instructions, bugref:9898
|
|
|
@96723
|
2 years |
vboxsync |
VMM/IEM: Implement cvttsd2si instruction, bugref:9898
|
|
|
@96681
|
2 years |
vboxsync |
VMM/IEM: Implement cvtps2pd instruction, bugref:9898
|
|
|
@96652
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pclmulqdq instruction, bugref:9898
|
|
|
@96440
|
2 years |
vboxsync |
VMM/IEM: Implement [v]phminposuw instructions, bugref:9898 [missing file]
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@96403
|
2 years |
vboxsync |
VMM/IEM: Implement [v]shufps/[v]shufpd instructions, bugref:9898
|
|
|
@96394
|
2 years |
vboxsync |
VMM/IEM: Implement cvtpd2ps instruction, bugref:9898
|
|
|
@96392
|
2 years |
vboxsync |
VMM/IEM: Implement addsubps/addsubpd instructions, bugref:9898
|
|
|
@96384
|
2 years |
vboxsync |
VMM/IEM: Implement sqrtps/sqrtpd/sqrtss/sqrtsd instructions, bugref:9898
|
|
|
@96382
|
2 years |
vboxsync |
VMM/IEM: Implement haddps/haddpd/hsubps/hsubpd instructions, bugref:9898
|
|
|
@96379
|
2 years |
vboxsync |
VMM/IEM: Implement cvtss2sd/cvtsd2ss instructions + some streamlinging …
|
|
|
@96351
|
2 years |
vboxsync |
VMM/IEM: Implement maxss/maxsd instructions, bugref:9898
|
|
|
@96349
|
2 years |
vboxsync |
VMM/IEM: Implement divss/divsd instructions, bugref:9898
|
|
|
@96347
|
2 years |
vboxsync |
VMM/IEM: Implement minss/minsd instructions, bugref:9898
|
|
|
@96343
|
2 years |
vboxsync |
VMM/IEM: Implement subss/subsd instructions + bugfixes for other …
|
|
|
@96341
|
2 years |
vboxsync |
VMM/IEM: Implement mulss/mulsd instructions, bugref:9898
|
|
|
@96339
|
2 years |
vboxsync |
VMM/IEM: Implement addss/addsd instructions, bugref:9898
|
|
|
@96335
|
2 years |
vboxsync |
VMM/IEM: Implement maxps/maxpd instructions, bugref:9898
|
|
|
@96333
|
2 years |
vboxsync |
VMM/IEM: Implement divps/divpd instructions, bugref:9898
|
|
|
@96331
|
2 years |
vboxsync |
VMM/IEM: Implement minps/minpd instructions, bugref:9898
|
|
|
@96294
|
2 years |
vboxsync |
VMM/IEM: Implement subps/subpd instructions, bugref:9898
|
|
|
@96287
|
2 years |
vboxsync |
VMM/testcase/tstIEMAImpl: Add testcase for mulps and mulpd, bugref:9898
|
|
|
@96254
|
2 years |
vboxsync |
VMM/testcase/tstIEMAImpl: Start testing double precision instruction …
|
|
|
@96247
|
2 years |
vboxsync |
VMM/IEM: Start implementing floating point SSE instructions using …
|
|
|
@96109
|
2 years |
vboxsync |
VMM/IEM: Implement [v]unpck{l,h}p{s,d} instructions, bugref:9898
|
|
|
@96104
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pmuludq instructions, bugref:9898
|
|
|
@96094
|
2 years |
vboxsync |
VMM/IEM: Implement [v]psadbw instructions, bugref:9898
|
|
|
@96028
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pavg{b,w} instructions, bugref:9898
|
|
|
@96025
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pmulhuw instructions, bugref:9898
|
|
|
@96010
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pmaxs{b,w,d} instructions, bugref:9898
|
|
|
@96007
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pmins{b,w,d} instructions, bugref:9898
|
|
|
@95951
|
2 years |
vboxsync |
IEM: Added PMAXUB/PMINUB and corrected some of the shift variants.
|
|
|
@95940
|
2 years |
vboxsync |
IEM: Added a bunch of integer MMX/SSE instructions.
|
|
|
@95540
|
2 years |
vboxsync |
VMM/IEM: vmovlhps, vmovhps, vmovhpd. bugref:9898
|
|
|
@95522
|
2 years |
vboxsync |
VMM/IEM: Implemented [v]packsswb, [v]packssdw, [v]packuswb and …
|
|
|
@95516
|
2 years |
vboxsync |
VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
|
|
|
@95515
|
2 years |
vboxsync |
VMM/IEM: Reverted previous commit (included too much) r152134. bugref:9898
|
|
|
@95514
|
2 years |
vboxsync |
VMM/IEM: Eliminated the IEMOPMEDIAF2 function tables. Not need because …
|
|
|
@95510
|
2 years |
vboxsync |
VMM/IEM: Implemented vpunpcklbw, vpunpcklwd, vpunpckldq, vpunpcklqdq, …
|
|
|
@95499
|
2 years |
vboxsync |
VMM/IEM: [v]pshufhb. bugref:9898
|
|
|
@95487
|
2 years |
vboxsync |
VMM/IEM: vpshufhw, vpshuflw and vpshufd, brushing up pshufw, pshufhw, …
|
|
|
@95473
|
2 years |
vboxsync |
VMM/IEM: [v]psub[bwdq]. bugref:9898
|
|
|
@95458
|
2 years |
vboxsync |
VMM/IEM: [v]padd[bwdq]. bugref:9898
|
|
|
@95453
|
2 years |
vboxsync |
VMM/IEM: [v]pcmpeqq and [v]pcmpgtq. bugref:9898
|
|
|
@95449
|
2 years |
vboxsync |
VMM/IEM: [v]pcmpeq[bwd] and [v]pcmpgt[bwd]. bugref:9898
|
|
|
@95441
|
2 years |
vboxsync |
VMM/IEM: [v]andps, [v]andpd, [v]pand, [v]andnps, [v]andnpd, [v]pandn, …
|
|
|
@95421
|
2 years |
vboxsync |
VMM/IEM: fld, fbld and fstp are 8 byte aligned as far as #AC is …
|
|
|
@95403
|
2 years |
vboxsync |
VMM/IEM: vxorps, vxorpd, vpxor, xorps, xorpd and various related …
|
|
|
@95360
|
2 years |
vboxsync |
VMM/IEM: Implemented the POPCNT instruction. bugref:9898
|
|
|
@95347
|
2 years |
vboxsync |
VMM/IEM: Implemented the MULX instruction. bugref:9898
|
|
|
@95308
|
2 years |
vboxsync |
VMM/IEM: Implemented ANDN, BEXTR, SHLX, SARX, SHRX, RORX, TZCNT, and …
|
|
|
@94768
|
3 years |
vboxsync |
VMM/IEM: Split up IEMAll.cpp into a few more compilation units. bugref:9898
|
|
|
@94440
|
3 years |
vboxsync |
VMM/IEM: fxam does not raise any exceptions and has special …
|
|
|