|
|
@96048
|
3 years |
vboxsync |
VMM/IEM: Implement [v]phadd{w,d} instructions, bugref:9898 [build fix]
|
|
|
@96046
|
3 years |
vboxsync |
VMM/IEM: Implement [v]phadd{w,d} instructions, bugref:9898
|
|
|
@96036
|
3 years |
vboxsync |
VMM/IEM: Implement [v]psign{b,w,d} instructions, bugref:9898 [shut up MSVC]
|
|
|
@96034
|
3 years |
vboxsync |
VMM/IEM: Implement [v]psign{b,w,d} instructions, bugref:9898
|
|
|
@96032
|
3 years |
vboxsync |
VMM/IEM: Implement [v]pabs{b,w,d} instructions, bugref:9898
|
|
|
@96028
|
3 years |
vboxsync |
VMM/IEM: Implement [v]pavg{b,w} instructions, bugref:9898
|
|
|
@96025
|
3 years |
vboxsync |
VMM/IEM: Implement [v]pmulhuw instructions, bugref:9898
|
|
|
@96022
|
3 years |
vboxsync |
VMM/IEM: Implement missing vpmulhw instructions, bugref:9898
|
|
|
@96020
|
3 years |
vboxsync |
VMM/IEM: Implement missing [v]pmull{w,d} instructions, bugref:9898
|
|
|
@96010
|
3 years |
vboxsync |
VMM/IEM: Implement [v]pmaxs{b,w,d} instructions, bugref:9898
|
|
|
@96009
|
3 years |
vboxsync |
VMM/IEM: Implement [v]pmins{b,w,d} instructions, bugref:9898 [fix comment]
|
|
|
@96007
|
3 years |
vboxsync |
VMM/IEM: Implement [v]pmins{b,w,d} instructions, bugref:9898
|
|
|
@96004
|
3 years |
vboxsync |
VMM/IEM: Implement missing [v]pminu{w,d} variants, bugref:9898
|
|
|
@96002
|
3 years |
vboxsync |
VMM/IEM: Implement missing [v]pmaxu{w,d} variants, bugref:9898
|
|
|
@95989
|
3 years |
vboxsync |
VMM/IEM: Add implementation for vpminub instruction, bugref:9898
|
|
|
@95986
|
3 years |
vboxsync |
VMM/IEM: Add implementation for vpmaxub instruction, bugref:9898
|
|
|
@95951
|
3 years |
vboxsync |
IEM: Added PMAXUB/PMINUB and corrected some of the shift variants.
|
|
|
@95940
|
3 years |
vboxsync |
IEM: Added a bunch of integer MMX/SSE instructions.
|
|
|
@95643
|
3 years |
vboxsync |
VMM/IEM: mac4-* build fix. bugref:9898
|
|
|
@95578
|
3 years |
vboxsync |
VMM/IEM: [v]ptest. bugref:9898
|
|
|
@95543
|
3 years |
vboxsync |
VMM/IEM: vmovshdup. Removed unused parameter from iemAImpl_movshdup …
|
|
|
@95537
|
3 years |
vboxsync |
VMM/IEM: [v]movsldup tweak, AVX/SSE disassembler flags (unused) on …
|
|
|
@95522
|
3 years |
vboxsync |
VMM/IEM: Implemented [v]packsswb, [v]packssdw, [v]packuswb and …
|
|
|
@95509
|
3 years |
vboxsync |
VMM/IEM: Implemented vpunpcklbw, vpunpcklwd, vpunpckldq, vpunpcklqdq, …
|
|
|
@95499
|
3 years |
vboxsync |
VMM/IEM: [v]pshufhb. bugref:9898
|
|
|
@95487
|
3 years |
vboxsync |
VMM/IEM: vpshufhw, vpshuflw and vpshufd, brushing up pshufw, pshufhw, …
|
|
|
@95482
|
3 years |
vboxsync |
VMM/IEM: [v]pmovmskb. bugref:9898
|
|
|
@95473
|
3 years |
vboxsync |
VMM/IEM: [v]psub[bwdq]. bugref:9898
|
|
|
@95460
|
3 years |
vboxsync |
VMM/IEM: Untested crc32 implementation. bugref:9898
|
|
|
@95458
|
3 years |
vboxsync |
VMM/IEM: [v]padd[bwdq]. bugref:9898
|
|
|
@95453
|
3 years |
vboxsync |
VMM/IEM: [v]pcmpeqq and [v]pcmpgtq. bugref:9898
|
|
|
@95449
|
3 years |
vboxsync |
VMM/IEM: [v]pcmpeq[bwd] and [v]pcmpgt[bwd]. bugref:9898
|
|
|
@95441
|
3 years |
vboxsync |
VMM/IEM: [v]andps, [v]andpd, [v]pand, [v]andnps, [v]andnpd, [v]pandn, …
|
|
|
@95403
|
3 years |
vboxsync |
VMM/IEM: vxorps, vxorpd, vpxor, xorps, xorpd and various related …
|
|
|
@95360
|
3 years |
vboxsync |
VMM/IEM: Implemented the POPCNT instruction. bugref:9898
|
|
|
@95347
|
3 years |
vboxsync |
VMM/IEM: Implemented the MULX instruction. bugref:9898
|
|
|
@95345
|
3 years |
vboxsync |
VMM/IEM: Implemented the PDEP and PEXT instructions. bugref:9898
|
|
|
@95343
|
3 years |
vboxsync |
VMM/IEM: Implemented the BZHI instruction. bugref:9898
|
|
|
@95341
|
3 years |
vboxsync |
VMM/IEM: Implemented the BLSR, BLSMSK and BLSI instructions. bugref:9898
|
|
|
@95308
|
3 years |
vboxsync |
VMM/IEM: Implemented ANDN, BEXTR, SHLX, SARX, SHRX, RORX, TZCNT, and …
|
|
|
@94698
|
3 years |
vboxsync |
VMM/IEM: Build fix. bugref:9898
|
|
|
@94694
|
3 years |
vboxsync |
VMM/IEM: Seems fistt/i16 isn't such an oddball after all, at least not …
|
|
|
@94692
|
3 years |
vboxsync |
VMM/IEM: Implemented C version of f*com* instruction helpers. bugref:9898
|
|
|
@94683
|
3 years |
vboxsync |
VMM/IEM: Did C implementions for the r64, r32, i32 and i16 variants of …
|
|
|
@94679
|
3 years |
vboxsync |
VMM/IEM: Implemented C helper for the FSCALE instruction. bugref:9898
|
|
|
@94640
|
3 years |
vboxsync |
VMM/IEM: C implemention of FPREM and FPREM1 instruction helpers. …
|
|
|
@94614
|
3 years |
vboxsync |
VMM/IEM: C implementation of fdiv and fdivr instruction helpers. …
|
|
|
@94612
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat,iprt/types.h: The bias adjust value is applied …
|
|
|
@94608
|
3 years |
vboxsync |
VMM/IEM: C implementation of the r80-r80 fsub and fsubr helpers. …
|
|
|
@94607
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat: C implementation of fadd helper and related …
|
|
|
@94570
|
3 years |
vboxsync |
VMM/IEM: C implementation of fxtract helper. [clang fix] bugref:9898
|
|
|
@94568
|
3 years |
vboxsync |
VMM/IEM: C implementation of fxtract helper. bugref:9898
|
|
|
@94567
|
3 years |
vboxsync |
VMM/IEM: Implemented C version of frndint with the help of SoftFloat. …
|
|
|
@94565
|
3 years |
vboxsync |
VMM/IEM: Some more soft float helpers to simplify conversion and …
|
|
|
@94560
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat: Don't use global variables in SoftFloat, pass …
|
|
|
@94558
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat: Don't use global variables in SoftFloat, pass …
|
|
|
@94550
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
|
|
|
@94545
|
3 years |
vboxsync |
libs/softfloat-3e: Build ring-0 version the library, for now …
|
|
|
@94543
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
|
|
|
@94541
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
|
|
|
@94539
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
|
|
|
@94538
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. bugref:9898
|
|
|
@94447
|
3 years |
vboxsync |
VMM/IEM: C implementation of fabs, fchs, ftst, and fxam. bugref:9898
|
|
|
@94423
|
3 years |
vboxsync |
tstIEMAImpl: More tests where AMD and Intel differs a little (or a …
|
|
|
@94420
|
3 years |
vboxsync |
VMM/IEM: Workaround for doxygen troubles with IEMAllAImplC.cpp. bugref:9898
|
|
|
@94413
|
3 years |
vboxsync |
VMM/IEM,tstIEMAImpl: A handful of FPU instructions produces different …
|
|
|
@94402
|
3 years |
vboxsync |
tstIEMAImpl,VMM/IEM: Added tests for FPU instructions taking two …
|
|
|
@94397
|
3 years |
vboxsync |
VMM/IEM: Implemented C version of fbstp; fixes to fst, fist and fistt …
|
|
|
@94387
|
3 years |
vboxsync |
VMM/IEM: Implemented C version of fistt; fixes to fst and fist. bugref:9898
|
|
|
@94383
|
3 years |
vboxsync |
VMM/IEM: fild, fbld, and fist C implementations. bugref:9898
|
|
|
@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
|
|
|
@94338
|
3 years |
vboxsync |
VMM/IEM: Implemented iemAImpl_fst_r80_to_r80, iemAImpl_fst_r80_to_r64, …
|
|
|
@94303
|
3 years |
vboxsync |
VMM/IEM: C implementations of fld_r80_from_r32/64/80. bugref:9898
|
|
|
@94261
|
3 years |
vboxsync |
iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
|
|
|
@94256
|
3 years |
vboxsync |
VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
|
|
|
@94225
|
3 years |
vboxsync |
VMM/IEM: Fixes for AMD versions of RCL and SHLD. Another stab at …
|
|
|
@94224
|
3 years |
vboxsync |
VMM/IEM: Attempt at doxygen fix. bugref:9898
|
|
|
@94222
|
3 years |
vboxsync |
VMM/IEM: Attempt at doxygen fix. bugref:9898
|
|
|
@94220
|
3 years |
vboxsync |
VMM/IEM: Adjusted the RCL and RCR intel versions to match the 10980xe …
|
|
|
@94195
|
3 years |
vboxsync |
VMM/IEM: Adjusted double shifts C code to match intel behaviour. …
|
|
|
@94192
|
3 years |
vboxsync |
VMM/IEM: Corrected C implementation of the double shift instructions …
|
|
|
@94191
|
3 years |
vboxsync |
VMM/IEM: Corrected C implementation of the basic shift instructions …
|
|
|
@94190
|
3 years |
vboxsync |
VMM/IEM: Use the C implementation for the Intel and AMD EFLAGS …
|
|
|
@94178
|
3 years |
vboxsync |
VMM/IEM: Use the C implementation for the SHLD/SHRD Intel and AMD …
|
|
|
@94176
|
3 years |
vboxsync |
VMM/IEM: Implemented Intel and AMD EFLAGS variants for the assembly …
|
|
|
@94170
|
3 years |
vboxsync |
VMM/IEM: AMD eflags for mul,imul,div and idiv. bugref:9898
|
|
|
@94169
|
3 years |
vboxsync |
VMM/IEM: Fixed imul_two mappings; testcase fixes and AMD data. bugref:9898
|
|
|
@94163
|
3 years |
vboxsync |
VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for shifts …
|
|
|
@94162
|
3 years |
vboxsync |
VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for double …
|
|
|
@94156
|
3 years |
vboxsync |
VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
|
|
|
@93942
|
3 years |
vboxsync |
VMM/IEM: Stubbed iemAImpl_fst_r80_to_d80 in C version. bugref:9898
|
|
|
@93893
|
3 years |
vboxsync |
VMM/IEM: Added tests for bswap C workers, discovering weird behaviour …
|
|
|
@93888
|
3 years |
vboxsync |
VMM/IEM: Corrected MUL, IMUL, DIV and IDIV instruction helpers (C …
|
|
|
@93887
|
3 years |
vboxsync |
VMM/IEM: Corrected flag calculations for shift operations; added tests …
|
|
|
@93886
|
3 years |
vboxsync |
VMM/IEM: Corrected flag calculations for unary operations …
|
|
|
@93885
|
3 years |
vboxsync |
VMM/IEM: Corrected flag calculations for double shifts according to …
|
|
|
@93881
|
3 years |
vboxsync |
VMM/IEM: doxygen fix. bugref:9898
|
|
|
@93879
|
3 years |
vboxsync |
VMM/IEM: Added CMPXCHG testcase and corrected flag handling in C …
|
|
|
@93878
|
3 years |
vboxsync |
VMM/IEM: Simplified XADD impl. bugref:9898
|
|
|