-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add Arm64 encodings for IF_SVE_AA_3A to IF_SVE_HL_3A #95127
Merged
Merged
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
55731b4
Add insEncodeReg* methods
a74nh 90fb3de
Add Arm64 encodings for 3A groups
a74nh 15ee2fc
Remove isSveRegister
a74nh b7490a0
Split ALL_ARM64_EMITTER_UNIT_TESTS into subsets
a74nh 473483c
AD, AE, AN
a74nh b4687d4
Merge remote-tracking branch 'origin' into SVE_AA_3A_4_github
a74nh c5d82cd
Remove REG_PREDICATE_LOW_FIRST
a74nh 4461ecb
Fix sve_ins_offset
a74nh f93a4f6
Add IF_SVE_AO_3A, including INS_OPTS_SCALABLE_WIDE_
a74nh d755ab7
Add IF_SVE_CM_3A
a74nh 2dcd8e6
Add IF_SVE_CN_3A, including INS_OPTS_SCALABLE_TO_SIMD_
a74nh ba57782
IF_SVE_CO_3A and INS_OPTS_SCALABLE_n_TO_SCALAR
a74nh 0d958e0
Rename INS_OPTS_SCALABLE_TO_SIMD_
a74nh f0bf5ca
Add IF_SVE_EP_3A
a74nh 0477f12
Add IF_SVE_ER_3A
a74nh 64ac5a6
Add IF_SVE_ET_3A
a74nh d88891a
Fix formatting
a74nh 89e8ccd
Add IF_SVE_EU_3A
a74nh 947e76c
IF_SVE_EU_3A
a74nh 6056790
Add IF_SVE_HJ_3A
a74nh af7b818
Add IF_SVE_HJ_3A
a74nh 819ff13
Add PredicateType
a74nh 9c06fe7
Remove tests unsupported by capstone
a74nh 7b74dc6
Fix formatting
a74nh 5e9dad8
Comment out unit test define
a74nh 889c909
Add parentheses
a74nh 1e3e98e
Fix fadda predicate and comment typos
a74nh f2c714b
Fix formatting
a74nh 96271ae
Better commenting + fix up errors found
a74nh 2f763f1
Better descriptions for insOpts functions
a74nh 11d38ba
Add latencies
a74nh cffafad
Fix formatting
a74nh 15a5fe8
Add emitDispLowPredicateReg
a74nh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we are using it anywhere. can we revert this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is used indirectly. When setting idOpSize, the emitattr is converted into opSize:
Without the changes, a value of
EA_SCALABLE
becomesOPSZ_COUNT
, and then asserts insideemitDecodeSize()