mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-22 09:42:57 +00:00
5e047107a0a62e06a2aecaf928d61db29f1ab09d
CLZ, SEL, USAD8, USADA8, SSAT, SSAT16, USAT, USAT16, SMLAL*, SMLA*, SMUL*, SMLAW*, SMULW*, SMLAD, SMLALD, SMLSD, SMLSLD, SMUAD, SMUSD
Dynarmic
An (eventual) dynamic recompiler for ARMv6K. The code is a mess.
A lot of optimization work can be done (it currently produces bad code, worse than that non-IR JIT).
Plans
Near-term
- Actually finish the translators off
- Get everything working
- Redundant Get/Set elimination
- Handle immediates properly
- Allow ARM flags to be stored in host flags
Medium-term
Long-term
- ARMv7A support
- ARMv5 support
Description
Languages
C
68.8%
C++
20.6%
POV-Ray SDL
9.7%
Pascal
0.6%
CMake
0.3%