summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/PowerPC
AgeCommit message (Expand)Author
2025-05-16UnitTests/PowerPC: Use constant functions, variables and parametersDr. Dystopia
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-03-23DivUtils: Add unsigned division magic functionBram Speeckaert
2023-12-16JitArm64: Use enum class for LogicalImm size parameterJosJuice
2023-11-28JitArm64: Use LSL+CLS for classifying floatsJosJuice
2023-08-17UnitTests: Declare as CPU thread when using CPUThreadConfigCallbackJosJuice
2023-04-05UnitTests: Avoid ppcState global.Admiral H. Curtiss
2023-03-25JitBase: Avoid System::GetInstance() and ppcState.Admiral H. Curtiss
2023-03-21Common: Move FPU-related helpers into Common namespaceLioncash
2023-02-22use std-provided randomness for JitArm64 unittestsShawn Hoffman
2023-01-27PowerPC: Move a few functions to PowerPCState.Admiral H. Curtiss
2022-07-10UnitTests/MovI2R: Test all logical immediatesMerry
2022-01-09Treewide: Remove unused inclusions of <cinttypes>Pokechu22
2021-10-13Arm64Emitter: Check end of allocated space when emitting codeJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-27Interpreter: Fix FPRF handling of denormal singlesJosJuice
2021-06-19Unit Tests: Added W^X Support for PowerPC testSkyler Saleh
2021-05-15JitArm64: Implement frsqrteJosJuice
2021-05-15JitArm64: Implement fresJosJuice
2021-05-13JitArm64: Add FPRF unit testJosJuice
2021-05-07Merge pull request #9683 from JosJuice/ppc-test-valuesLéo Lam
2021-05-02UnitTests: Put PowerPC test values in a separate fileJosJuice
2021-05-02UnitTests: Move some unit tests to where they should beJosJuice
2021-04-25JitArm64: Add unit tests for single/double conversionJosJuice
2021-03-13Arm64Gen: Convert ARM64Reg to enum classDentomologist
2021-02-13Arm64Emitter: Expand the MOVI2R unit test a littleJosJuice
2021-01-31MovI2R: Do not exhaustively testMerryMage
2021-01-31UnitTests: Add MOVI2R testMerryMage
2020-12-04Turn format string issues into compile-time errorsLéo Lam
2019-05-25Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as outputMerryMage
2019-05-25UnitTests/Jit64Common: Test GenConvertDoubleToSingleMerryMage
2018-12-15stop using g_jit outside of JitInterfaceCrystalGamma
2018-09-28UnitTets: Add tests for frsqrteMerryMage