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 Debugger: Improve move GPR from/to CR registers instructions #9088

Merged
merged 2 commits into from
Oct 17, 2020

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Oct 17, 2020

  • Display MTCR mnemonic, when crm is UINT8_MAX.
  • When a single bit only is set in crm, display cr field instead of mask. such as mfocrf r0, cr4 or mtcrf cr4, r0.
  • STDX does not alter cr0 hence it doesn't need a dot after its name, seems like a typo from STDCX which does need it.

@elad335 elad335 changed the title PPU Disasm: Improve move from/to CR registers instructions PPU Debugger: Improve move from/to CR registers instructions Oct 17, 2020
@elad335 elad335 changed the title PPU Debugger: Improve move from/to CR registers instructions PPU Debugger: Improve move GPR from/to CR registers instructions Oct 17, 2020
@Nekotekina Nekotekina merged commit 6590366 into RPCS3:master Oct 17, 2020
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

2 participants