Ryujinx/src/ARMeilleure/Translation
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
..
Cache test: Make tests runnable on system without 4KiB page size (#5184) 2023-06-14 18:02:41 +02:00
PTC Fix Arm32 double to int/uint conversion on Arm64 (#5292) 2023-06-14 00:57:02 -03:00
ArmEmitterContext.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Compiler.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
CompilerContext.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
CompilerOptions.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ControlFlowGraph.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
DelegateInfo.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Delegates.cs Replace DelegateHelper with pre-generated delegates (#4867) 2023-05-09 09:02:39 +00:00
DispatcherFunction.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Dominance.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
EmitterContext.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GuestFunction.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IntervalTree.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
RegisterToLocal.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
RegisterUsage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
RejitRequest.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
SsaConstruction.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
SsaDeconstruction.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslatedFunction.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Translator.cs Ensure background translation threads exited before disposing JIT (#4874) 2023-05-10 21:46:38 -03:00
TranslatorCache.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslatorQueue.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslatorStubs.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslatorTestMethods.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00