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

PPU LLVM: Add relocation 5 for ADDIS #7862

Merged
merged 3 commits into from Mar 26, 2020
Merged

PPU LLVM: Add relocation 5 for ADDIS #7862

merged 3 commits into from Mar 26, 2020

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Mar 26, 2020

  • Add more u16 relocations (4, 5, 6) support for instructions which already supported atleast one of them including ADDIS as mentioned in PPU LLVM: Unsupported relocation 5 #7855.
  • More strict infinite desync detection,
  • Fix sys_prx_start/stop_module in liblv2.sprx HLE, add missing result reset.

+ Add some more for u16 relocations (4, 5, 6), simplify logic.
6 desyncs per second for 1.5 seconds is pretty bad already.
@sampletext32
Copy link
Contributor

I can see a lot of duplicating checks. Maybe they are worth extracting into a func?

@Nekotekina
Copy link
Member

I can see a lot of duplicating checks. Maybe they are worth extracting into a func?

Not really, not in this case. This is also "old style" internal API.

@Nekotekina Nekotekina merged commit 36d8553 into RPCS3:master Mar 26, 2020
@elad335 elad335 deleted the addis branch April 9, 2020 17:44
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.

None yet

4 participants