Commit Graph

8 Commits (da14b10e729adb90f3e2eaa85eb3c7450097e9a2)

Author SHA1 Message Date
Connor McLaughlin f11d357ab9 Compile fixes for Android 7 years ago
Connor McLaughlin 889bd73ac8 CPU: Add settings for execution mode 7 years ago
Connor McLaughlin b8de55b9b8 CPU/Recompiler: Implement simple block linking 7 years ago
Connor McLaughlin 9e82afac7b CPU/Recompiler: Support block revalidation instead of flushing 7 years ago
Connor McLaughlin 7aafaeacbc CPU/Recompiler: Implement lb/lbu/lh/lhu/lw/sb/sh/sw instructions
Currently not passing CPU tests when combined with lwl/lwr.
7 years ago
Connor McLaughlin 9e3bb62216 CPU/CodeCache: Fast path for self-linking blocks 7 years ago
Connor McLaughlin 5217088d82 CPU: Refactor load delay handling
Now works when mixing interpreter and recompiler code.
7 years ago
Connor McLaughlin 1d6c4a3af1 CPU: Basic recompiler implementation for x64 (lui, ori, addiu)
Disabled by default.
7 years ago