|
|
@94698
|
3 years |
vboxsync |
VMM/IEM: Build fix. bugref:9898
|
|
|
@94696
|
3 years |
vboxsync |
tstIEMAImpl: Regenerated --fpu-binary1 data. bugref:9898
|
|
|
@94695
|
3 years |
vboxsync |
tstIEMAImpl: verbose/quiet options. bugref:9898
|
|
|
@94694
|
3 years |
vboxsync |
VMM/IEM: Seems fistt/i16 isn't such an oddball after all, at least not …
|
|
|
@94693
|
3 years |
vboxsync |
tstIEMAImpl: Better error reporting for fcom and friends. bugref:9898
|
|
|
@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 …
|
|
|
@94680
|
3 years |
vboxsync |
tstIEMAImpl: fprem, fprem1 & fscale adjustments. bugref:9898
|
|
|
@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. …
|
|
|
@94624
|
3 years |
vboxsync |
Runtime/log: Allow setting a custom output interface for the file …
|
|
|
@94620
|
3 years |
vboxsync |
VMM,Doxyfile.Core: Doxygen fixes for .cpp.h files.
|
|
|
@94619
|
3 years |
vboxsync |
VMM/*.cpp.h: Doxygen fixes.
|
|
|
@94617
|
3 years |
vboxsync |
VMM/*.cpp.h: Doxygen fixes.
|
|
|
@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 …
|
|
|
@94610
|
3 years |
vboxsync |
NEM: We really need to set the InterruptNotification field when …
|
|
|
@94609
|
3 years |
vboxsync |
tstIEMAImpl: Regenerated some tests. bugref:9898
|
|
|
@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 …
|
|
|
@94606
|
3 years |
vboxsync |
VMM/IEM,libs/softfloat,tstIEMAImpl: C implementation of fadd helper …
|
|
|
@94571
|
3 years |
vboxsync |
tstIEMAImpl: Allow multiple simple pattern expressions for the …
|
|
|
@94570
|
3 years |
vboxsync |
VMM/IEM: C implementation of fxtract helper. [clang fix] bugref:9898
|
|
|
@94569
|
3 years |
vboxsync |
tstIEMAImpl: Exception variations for the fxtract++ set of tests too. …
|
|
|
@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
|
|
|
@94540
|
3 years |
vboxsync |
tstIEMAImpl: f2xm1 testing. Added enabling/disabling of individual …
|
|
|
@94539
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
|
|
|
@94538
|
3 years |
vboxsync |
VMM/IEM: Implemented f2xm1. bugref:9898
|
|
|
@94508
|
3 years |
vboxsync |
VMM/PGM: Removed unnecessary assertion in BthEnter broken by r150131. …
|
|
|
@94479
|
3 years |
vboxsync |
VMM/CFGM: Use %Rhcb to do human readable size formatting.
|
|
|
@94477
|
3 years |
vboxsync |
VMM/CFGM: When dumping sizes in human readable units, avoid divisor …
|
|
|
@94447
|
3 years |
vboxsync |
VMM/IEM: C implementation of fabs, fchs, ftst, and fxam. bugref:9898
|
|
|
@94444
|
3 years |
vboxsync |
tstIEMAImpl: fxam needs some non-zero FTW to test the 'empty' …
|
|
|
@94440
|
3 years |
vboxsync |
VMM/IEM: fxam does not raise any exceptions and has special …
|
|
|
@94425
|
3 years |
vboxsync |
VMM: doxygen fixes (don't duplicate docs, newer doxygen version …
|
|
|
@94424
|
3 years |
vboxsync |
tstIEMAImpl: Generated intel and common bits for the newly split up …
|
|
|
@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
|
|
|
@94419
|
3 years |
vboxsync |
VMM: three doxygen fixes.
|
|
|
@94418
|
3 years |
vboxsync |
tstIEMAImpl: Rest of the FPU tests, unless there are vendor specific …
|
|
|
@94416
|
3 years |
vboxsync |
tstIEMAImpl: Rest of the FPU tests, unless there are vendor specific …
|
|
|
@94415
|
3 years |
vboxsync |
tstIEMAImpl: Removed obsolete data that gets clang upset. Fixed tweak …
|
|
|
@94414
|
3 years |
vboxsync |
tstIEMAImpl: Generated the intel FPU test data. bugref:9898
|
|
|
@94413
|
3 years |
vboxsync |
VMM/IEM,tstIEMAImpl: A handful of FPU instructions produces different …
|
|
|
@94412
|
3 years |
vboxsync |
tstIEMAImpl: Build fixes and AMD data. bugref:9898
|
|
|
@94410
|
3 years |
vboxsync |
VMM/IEM: Correction to iemAImpl_fistt_r80_to_i16 return variable size. …
|
|
|
@94409
|
3 years |
vboxsync |
tstIEMAImpl: Split the data out and put it in separate files to avoid …
|
|
|
@94402
|
3 years |
vboxsync |
tstIEMAImpl,VMM/IEM: Added tests for FPU instructions taking two …
|
|
|
@94398
|
3 years |
vboxsync |
tstIEMAImpl: Added special values to some of the tests to make sure we …
|
|
|
@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
|
|
|
@94369
|
3 years |
vboxsync |
VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053
|
|
|
@94367
|
3 years |
vboxsync |
tstIEMAImpl: scm fix. bugref:9898
|
|
|
@94366
|
3 years |
vboxsync |
tstIEMAImpl: Build fix. 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
|
|
|
@94342
|
3 years |
vboxsync |
Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
|
|
|
@94340
|
3 years |
vboxsync |
tstIEMAImpl: Separated out the fld/fst related fpu data and how its …
|
|
|
@94339
|
3 years |
vboxsync |
tstIEMAImpl: Separated out the fld/fst related fpu data and how its …
|
|
|
@94338
|
3 years |
vboxsync |
VMM/IEM: Implemented iemAImpl_fst_r80_to_r80, iemAImpl_fst_r80_to_r64, …
|
|
|
@94319
|
3 years |
vboxsync |
VMM/PDMBlockCache: Added missing sempahore release call to a …
|
|
|
@94304
|
3 years |
vboxsync |
tstIEMAImpl: Shaped the floating point values we generate a bit better …
|
|
|
@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 …
|
|
|
@94260
|
3 years |
vboxsync |
VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
|
|
|
@94259
|
3 years |
vboxsync |
VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
|
|
|
@94258
|
3 years |
vboxsync |
VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
|
|
|
@94256
|
3 years |
vboxsync |
VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
|
|
|
@94226
|
3 years |
vboxsync |
tstIEMAImpl: Updated AMD data. bugref:9898
|
|
|
@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
|
|
|
@94221
|
3 years |
vboxsync |
tstIEMAImpl: More shift test variations. 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. …
|
|
|
@94194
|
3 years |
vboxsync |
tstIEMAImpl.cpp: re-enabled some shift tests accidentally disabled. …
|
|
|
@94193
|
3 years |
vboxsync |
tstIEMAImpl.cpp: re-enabled some shift tests accidentally disabled. …
|
|
|
@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 …
|
|
|
@94174
|
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
|
|
|
@94165
|
3 years |
vboxsync |
VMM/IEM: Test case fix. bugref:9898
|
|
|
@94164
|
3 years |
vboxsync |
VMM/IEM: fixed bug in cmpxchg16b worker for gcc targets.
|
|
|
@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 …
|
|
|
@94155
|
3 years |
vboxsync |
VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
|
|
|