1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-05 13:45:36 +00:00
No description
Find a file
MerryMage 871aefb9a0 decoder/a64: Tweak ordering algorithm
Ensuring only instruction families are sorted with each other in
the fashion previously devised does not admit a total ordering.
2020-04-22 20:46:15 +01:00
.travis travis: Use yuzu's unicorn fork 2020-04-22 20:46:15 +01:00
CMakeModules
docs
externals externals: Update catch to v2.2.1 2020-04-22 20:46:15 +01:00
include/dynarmic system: Raise exception for YIELD, WFE, WFI, SEV, SEVL 2020-04-22 20:46:15 +01:00
src decoder/a64: Tweak ordering algorithm 2020-04-22 20:46:15 +01:00
tests A64: Partially implement FCVTZU (scalar, fixed-point) and FCVTZS (scalar, fixed-point) 2020-04-22 20:46:15 +01:00
.appveyor.yml
.gitmodules
.travis.yml travis: Test with disabled CPU feature detection 2020-04-22 20:44:37 +01:00
CMakeLists.txt fuzz_with_unicorn: Print AArch64 disassembly 2020-04-22 20:46:14 +01:00
LICENSE.txt
README.md

Dynarmic

Travis CI Build Status Appveyor CI Build status

A dynamic recompiler for ARM.

Supported guest architectures

  • ARMv6K
  • 64-bit ARMv8

Supported host architectures

  • x86-64

There are no plans to support x86-32.

Documentation

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

Plans

Near-term

  • Complete ARMv8 support

Medium-term

  • Optimizations

Long-term

  • ARMv7A guest support
  • ARMv5 guest support
  • ARMv8 host support