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

Fixes for ARM defintions #19

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Conversation

Rot127
Copy link
Collaborator

@Rot127 Rot127 commented Jul 4, 2023

No description provided.

@@ -2813,9 +2813,7 @@ let mayLoad = 1 in {
defm LDR : AI_ldr1<0, "ldr", IIC_iLoad_r, IIC_iLoad_si, load>;
defm LDRB : AI_ldr1nopc<1, "ldrb", IIC_iLoad_bh_r, IIC_iLoad_bh_si,
zextloadi8>;
defm STR : AI_str1<0, "str", IIC_iStore_r, IIC_iStore_si, store>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this mainstream LLVM code? We should definitely send it or just report

Copy link
Collaborator Author

@Rot127 Rot127 Jul 5, 2023

Choose a reason for hiding this comment

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

Yes. And there are a bunch of those fixes. Added a list to track it in capstone-engine/capstone#2015

@kabeor
Copy link
Member

kabeor commented Jul 5, 2023

Cool, merged.

@kabeor kabeor merged commit 1a5cad5 into capstone-engine:auto-sync Jul 5, 2023
@Rot127 Rot127 deleted the ARM-fixes branch August 22, 2024 05:33
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.

3 participants