Commit Graph

10 Commits (47cbe75b4893bf9b11480199bd42118ee51d44d5)

Author SHA1 Message Date
Connor McLaughlin 8c5fcc8f48 CPU: Fix more load delay slot issues
Fixes Spyro again. b{ltz,gez}(al)? disabled in the recompiler until
issues are fixed.
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 11966e4caf CPU/Recompiler: Write exception exits to far code buffer
Keeps the hot path nice and clean.
7 years ago
Connor McLaughlin f46160ac46 CPU/Recompiler: Implement mult/multu 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