Skip to content

[PPC64LE_DYNAREC] Add CMP, TEST, ADC and SBB opcodes#3684

Open
runlevel5 wants to merge 1 commit intoptitSeb:mainfrom
runlevel5:more-opcodes
Open

[PPC64LE_DYNAREC] Add CMP, TEST, ADC and SBB opcodes#3684
runlevel5 wants to merge 1 commit intoptitSeb:mainfrom
runlevel5:more-opcodes

Conversation

@runlevel5
Copy link
Contributor

No description provided.

@ptitSeb ptitSeb requested a review from ksco March 19, 2026 10:24
Copy link
Owner

@ptitSeb ptitSeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emit_sbb8 && emit_sbb16 pending result to fix

- CMP: 0x38 (Eb,Gb), 0x39 (Ed,Gd), 0x3A (Gb,Eb), 0x3B (Gd,Ed),
       0x3C (AL,Ib), 0x3D (EAX,Id)
- TEST: 0x84 (Eb,Gb), 0x85 (Ed,Gd), 0xA8 (AL,Ib), 0xA9 (EAX,Id)
- ADC: (0x10-0x15)
- SBB (0x18-0x1D)
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.

2 participants