Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIPS r5900 (PS2 EE) support #6311

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

MIPS r5900 (PS2 EE) support #6311

wants to merge 2 commits into from

Conversation

0cyn
Copy link
Member

@0cyn 0cyn commented Jan 12, 2025

This additionally oneshots delay slot warnings as they were causing severe UI hangs in LogView on certain binaries that triggered the warning frequently.

Not especially committed to that change, it was just on my local copy and seemed worth including.

@plafosse plafosse requested a review from galenbwill January 22, 2025 13:56
@plafosse
Copy link
Member

@0cyn We're going to need a test file for this so we can add it to the unit tests

@Souzooka
Copy link

Souzooka commented Feb 7, 2025

This MR does not seem to properly handle R5900's multiplication instructions during lifting (and likely other caveats involving the hi/lo registers). The biggest issue involving mult is that since the MULT IL is untouched, the extended destination register is not set when a multiplication occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants