LDj3SNuD 
								
							 
						 
						
							
							
							
							
								
							
							
								1e7ea76f14 
								
							 
						 
						
							
							
								
								Add Flush-to-zero mode (input, output) to FP instructions (slow paths); update FP Tests. Update Naming Conventions for Tests project. ( #489 )  
							
							... 
							
							
							
							* Update SoftFloat.cs
* Update SoftFallback.cs
* Update InstEmitSimdShift.cs
* Update InstEmitSimdCvt.cs
* Update InstEmitSimdArithmetic.cs
* Update CryptoHelper.cs
* Update CpuTestSimd.cs
* Update CpuTestSimdReg.cs
* Update CpuThreadState.cs
* Update OpCodeTable.cs
* Add files via upload
* Nit.
* Remove unused using. Nit.
* Remove unused using. FZ update.
* Nit.
* Remove unused using. 
							
						 
						
							2018-11-01 01:22:09 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Barney 
								
							 
						 
						
							
							
							
							
								
							
							
								9cb57fb4bb 
								
							 
						 
						
							
							
								
								Adjust naming conventions for Ryujinx and ChocolArm64 projects ( #484 )  
							
							... 
							
							
							
							* Change naming convention for Ryujinx project
* Change naming convention for ChocolArm64 project
* Fix NaN
* Remove unneeded this. from Ryujinx project
* Adjust naming from new PRs
* Name changes based on feedback
* How did this get removed?
* Rebasing fix
* Change FP enum case
* Remove prefix from ChocolArm64 classes - Part 1
* Remove prefix from ChocolArm64 classes - Part 2
* Fix alignment from last commit's renaming
* Rename namespaces
* Rename stragglers
* Fix alignment
* Rename OpCode class
* Missed a few
* Adjust alignment 
							
						 
						
							2018-10-30 22:43:02 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									LDj3SNuD 
								
							 
						 
						
							
							
							
							
								
							
							
								ca1e37a295 
								
							 
						 
						
							
							
								
								Remove old Tester, update Tests (some reworks). ( #400 )  
							
							... 
							
							
							
							* Delete Bits.cs
* Delete Integer.cs
* Delete Instructions.cs
* Delete Pseudocode.cs
* Add files via upload
* Add mnemonic.
* Literals all uppercase.
* Nit.
* Allow FPSR control.
* Allow FPSR control.
* Allow FPSR control. 
							
						 
						
							2018-09-08 14:23:07 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
							
							
								
							
							
								326777ca4a 
								
							 
						 
						
							
							
								
								Ryujinx.Tests: Add unicorn to test framework ( #389 )  
							
							... 
							
							
							
							* Ryujinx.Tests: Add unicorn to test framework
* CpuTestSimdArithmetic: Comment out inaccurate results 
							
						 
						
							2018-09-01 11:24:05 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									LDj3SNuD 
								
							 
						 
						
							
							
							
							
								
							
							
								02a6fdcd13 
								
							 
						 
						
							
							
								
								Add Sqdmulh_S, Sqdmulh_V, Sqrdmulh_S, Sqrdmulh_V instructions; add 6 Tests. Now all saturating methods are on ASoftFallback. ( #334 )  
							
							... 
							
							
							
							* Update Instructions.cs
* Update CpuTestSimd.cs
* Update CpuTestSimdReg.cs
* Update AOpCodeTable.cs
* Update AInstEmitSimdArithmetic.cs
* Update AInstEmitSimdHelper.cs
* Update ASoftFallback.cs
* Update CpuTestAlu.cs
* Update CpuTestAluImm.cs
* Update CpuTestAluRs.cs
* Update CpuTestAluRx.cs
* Update CpuTestBfm.cs
* Update CpuTestCcmpImm.cs
* Update CpuTestCcmpReg.cs
* Update CpuTestCsel.cs
* Update CpuTestMov.cs
* Update CpuTestMul.cs
* Update Ryujinx.Tests.csproj
* Update Ryujinx.csproj
* Update Luea.csproj
* Update Ryujinx.ShaderTools.csproj
* Address PR feedback (further tested).
* Address PR feedback. 
							
						 
						
							2018-08-10 14:27:15 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									LDj3SNuD 
								
							 
						 
						
							
							
							
							
								
							
							
								3bdd109f45 
								
							 
						 
						
							
							
								
								Add Cmeq_S, Cmge_S, Cmgt_S, Cmhi_S, Cmhs_S, Cmle_S, Cmlt_S (Reg, Zero) & Cmtst_S compare instructions. Add 22 compare tests (Scalar, Vector). Add Eor_V, Not_V tests. ( #171 )  
							
							... 
							
							
							
							* Add files via upload
* Add files via upload
* Delete CpuTestScalar.cs
* Update CpuTestSimdArithmetic.cs 
							
						 
						
							2018-06-18 14:55:26 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									gdkchan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f9f111bc85 
								
							 
						 
						
							
							
								
								Add intrinsics support ( #121 )  
							
							... 
							
							
							
							* Initial intrinsics support
* Update tests to work with the new Vector128 type and intrinsics
* Drop SSE4.1 requirement
* Fix copy-paste mistake 
							
						 
						
							2018-05-11 20:10:27 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									LDj3SNuD 
								
							 
						 
						
							
							
							
							
								
							
							
								e9a96e3522 
								
							 
						 
						
							
							
								
								Add 151 complete tests for 71 base instructions of types: Alu; AluImm; AluRs; AluRx; Bfm; CcmpImm; CcmpReg; Csel; Mov; Mul. ( #80 )  
							
							... 
							
							
							
							* Add files via upload
* Update Ryujinx.Tests.csproj 
							
						 
						
							2018-04-18 17:22:45 -03:00