ryujinx/src/ARMeilleure
Mary 6f28c4abad
test: Make tests runnable on system without 4KiB page size (#5184)
* ARMeilleure: Do not hardcode 4KiB page size in JitCache

* test: Do not hardcode page size to 4KiB for Ryujinx.Tests.Memory.Tests

Fix running tests on Asahi Linux with 16KiB pages.

* test: Do not hardcode page size to 4KiB for Ryujinx.Tests.Cpu

Fix running tests on Asahi Linux.

Test runner still crash when trying to run all test suite.

* test: Do not hardcode page size to 4KiB for Ryujinx.Tests.Cpu

Fix somecrashes on Asahi Linux.

* test: Ignore Vshl test on ARM64 due to unicorn crashes

* test: Workaround hardcoded size on some tests

Change mapping of code and data in case of non 4KiB configuration.

* test: Make CpuTestT32Flow depends on code address

Fix failure with different page size.

* test: Disable CpuTestThumb.TestRandomTestCases when page size isn't 4KiB

The test data needs to be reevaluated to take different page size into account.

* Address gdkchan's comments
2023-06-14 18:02:41 +02:00
..
CodeGen Implement fast path for AES crypto instructions on Arm64 (#5281) 2023-06-11 00:51:35 +00:00
Common Move solution and projects to src 2023-04-27 23:51:14 +02:00
Decoders Move solution and projects to src 2023-04-27 23:51:14 +02:00
Diagnostics Move solution and projects to src 2023-04-27 23:51:14 +02:00
Instructions Fix Arm32 double to int/uint conversion on Arm64 (#5292) 2023-06-14 00:57:02 -03:00
IntermediateRepresentation Non-flags enums should not be used in bitwise operations (#5214) 2023-06-09 19:44:22 +02:00
Memory Move solution and projects to src 2023-04-27 23:51:14 +02:00
Native Move solution and projects to src 2023-04-27 23:51:14 +02:00
Signal Move solution and projects to src 2023-04-27 23:51:14 +02:00
State Move solution and projects to src 2023-04-27 23:51:14 +02:00
Translation test: Make tests runnable on system without 4KiB page size (#5184) 2023-06-14 18:02:41 +02:00
Allocators.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ARMeilleure.csproj Move solution and projects to src 2023-04-27 23:51:14 +02:00
Optimizations.cs Implement fast path for AES crypto instructions on Arm64 (#5281) 2023-06-11 00:51:35 +00:00
Statistics.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00