dolphin/Source/UnitTests/Core/DSP
Pokechu22 7a03b1fe16 UnitTests: Fix warnings from HermesText
Most of these correspond to changes made in devkitPro/libogc@b1b8ecab3a.

The numeric vlaues of ACC0 and ACC1 in Dolphin are different (see b06d38389b, though I'm not sure when this difference first appeared). Technically it's not even necessary to list the registers at the start like this anymore, but old programs do it, so it seems useful to have a test that covers it.

The binary itself does not need to be changed; the warnings were simply stating that "although you wrote $ACL0, the generated binary instead is using $ACC0" or similar; by changing the code to use $ACC0 directly the warnings are resolved.
2022-07-26 11:52:31 -07:00
..
DSPAcceleratorTest.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPAssemblyTest.cpp UnitTests: Remove unused include from DSPAssemblyTest 2022-06-14 13:07:14 -07:00
DSPTestBinary.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPTestBinary.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPTestText.cpp UnitTests: Update DSP test text for old renames 2022-06-14 12:22:06 -07:00
DSPTestText.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HermesBinary.cpp UnitTests: Fix license for HermesBinary.cpp 2022-06-14 12:22:06 -07:00
HermesBinary.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HermesText.cpp UnitTests: Fix warnings from HermesText 2022-07-26 11:52:31 -07:00
HermesText.h UnitTests: Use hermes.s as part of an actual test 2022-06-14 12:22:05 -07:00