index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnitTests
/
Core
/
PowerPC
Age
Commit message (
Expand
)
Author
2025-05-16
UnitTests/PowerPC: Use constant functions, variables and parameters
Dr. Dystopia
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2024-03-23
DivUtils: Add unsigned division magic function
Bram Speeckaert
2023-12-16
JitArm64: Use enum class for LogicalImm size parameter
JosJuice
2023-11-28
JitArm64: Use LSL+CLS for classifying floats
JosJuice
2023-08-17
UnitTests: Declare as CPU thread when using CPUThreadConfigCallback
JosJuice
2023-04-05
UnitTests: Avoid ppcState global.
Admiral H. Curtiss
2023-03-25
JitBase: Avoid System::GetInstance() and ppcState.
Admiral H. Curtiss
2023-03-21
Common: Move FPU-related helpers into Common namespace
Lioncash
2023-02-22
use std-provided randomness for JitArm64 unittests
Shawn Hoffman
2023-01-27
PowerPC: Move a few functions to PowerPCState.
Admiral H. Curtiss
2022-07-10
UnitTests/MovI2R: Test all logical immediates
Merry
2022-01-09
Treewide: Remove unused inclusions of <cinttypes>
Pokechu22
2021-10-13
Arm64Emitter: Check end of allocated space when emitting code
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-27
Interpreter: Fix FPRF handling of denormal singles
JosJuice
2021-06-19
Unit Tests: Added W^X Support for PowerPC test
Skyler Saleh
2021-05-15
JitArm64: Implement frsqrte
JosJuice
2021-05-15
JitArm64: Implement fres
JosJuice
2021-05-13
JitArm64: Add FPRF unit test
JosJuice
2021-05-07
Merge pull request #9683 from JosJuice/ppc-test-values
Léo Lam
2021-05-02
UnitTests: Put PowerPC test values in a separate file
JosJuice
2021-05-02
UnitTests: Move some unit tests to where they should be
JosJuice
2021-04-25
JitArm64: Add unit tests for single/double conversion
JosJuice
2021-03-13
Arm64Gen: Convert ARM64Reg to enum class
Dentomologist
2021-02-13
Arm64Emitter: Expand the MOVI2R unit test a little
JosJuice
2021-01-31
MovI2R: Do not exhaustively test
MerryMage
2021-01-31
UnitTests: Add MOVI2R test
MerryMage
2020-12-04
Turn format string issues into compile-time errors
Léo Lam
2019-05-25
Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as output
MerryMage
2019-05-25
UnitTests/Jit64Common: Test GenConvertDoubleToSingle
MerryMage
2018-12-15
stop using g_jit outside of JitInterface
CrystalGamma
2018-09-28
UnitTets: Add tests for frsqrte
MerryMage