[JIT]: More branches. Only left are the "and link" variants

This commit is contained in:
Simone
2025-01-14 11:48:28 +01:00
committed by GitHub
parent b528b1ef8c
commit 81eca58130
2 changed files with 180 additions and 12 deletions

View File

@@ -98,8 +98,6 @@ private:
void addiu(u32);
void andi(u32);
void and_(u32);
void branch(const Xbyak::Reg &address);
void branch_likely(const Xbyak::Reg &address);
void branch_constant(const bool cond, const s64 address);
void branch_likely_constant(const bool cond, const s64 address);
void bltz(u32);