recompiler refactor

This commit is contained in:
SSimco
2025-03-10 18:04:26 +02:00
parent 8c74158078
commit b9ff29ba86
2 changed files with 587 additions and 416 deletions
File diff suppressed because it is too large Load Diff
@@ -17,5 +17,5 @@ namespace IMLArchAArch64
static constexpr int PHYSREG_GPR_BASE = 0;
static constexpr int PHYSREG_GPR_COUNT = 25;
static constexpr int PHYSREG_FPR_BASE = PHYSREG_GPR_COUNT;
static constexpr int PHYSREG_FPR_COUNT = 29;
static constexpr int PHYSREG_FPR_COUNT = 28;
}; // namespace IMLArchAArch64