No description
Find a file
MerryMage 305e4baa29 emit_x64: Eliminate conversion of GE flags
* We do this so that we can simplify PackedSelect.
* We also try to minimise xmm-gpr/gpr-xmm transfers in PackedSelect.
2020-04-22 20:26:07 +01:00
.travis travis: Split build scripts 2017-07-17 16:44:13 +01:00
CMakeModules CMakeLists: Clean up 2016-08-22 15:55:39 +01:00
docs docs: Add Doxyfile for generatng doxygen information 2017-02-22 20:37:58 +00:00
externals Merge commit '4ed09fda062f47a3b7a7b288f0c8875716c6974d' as 'externals/xbyak' 2020-04-22 20:25:57 +01:00
include/dynarmic Ranged cache invalidation 2017-03-20 11:58:25 +00:00
src emit_x64: Eliminate conversion of GE flags 2020-04-22 20:26:07 +01:00
tests fuzz_arm: Test SEL alongside packed instructions 2020-04-22 20:26:07 +01:00
.appveyor.yml appveyor: Add VS2017 to CI 2017-05-22 19:43:12 +01:00
.gitmodules externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
.travis.yml travis: Split build scripts 2017-07-17 16:44:13 +01:00
CMakeLists.txt CMakeLists: Remove unnecessary -msse3 option 2017-07-08 16:33:20 +01:00
LICENSE.txt Add LICENSE.txt 2016-08-31 21:50:05 +01:00
README.md appveyor: Run tests on Windows 2016-12-19 00:48:27 +00:00

Dynarmic

Travis CI Build Status Appveyor CI Build status

A dynamic recompiler for the ARMv6K architecture.

Documentation

Design documentation can be found at docs/Design.md.

Plans

Medium-term

Long-term

  • ARMv7A support
  • ARMv5 support