Fix wrong decoder of ld/st instructions and wrong behavior of sign extension of 32-bit regsize instructions.#8
Open
twocode wants to merge 8 commits intosusematz:aarch64-1.6from
twocode:upstream
Open
Fix wrong decoder of ld/st instructions and wrong behavior of sign extension of 32-bit regsize instructions.#8twocode wants to merge 8 commits intosusematz:aarch64-1.6from twocode:upstream
twocode wants to merge 8 commits intosusematz:aarch64-1.6from
twocode:upstream
Conversation
twocode
commented
Mar 28, 2014
- handle_ldst() failed to decode load/store (signed) byte/halfword/word instructions without this patch.
- When regsize is 32, then sign-extension only functions to sign extend the lower 32 bits of the destination register.
added 8 commits
March 25, 2014 23:04
This bug resolves this bug by adding the decoding rule for handling nzcv modifications.
…king in 32-bit regsize mode. Only low 32 bits should be anded and referred for setting the n value in pstate.
…oupstream Conflicts: target-arm/translate-a64.c
Fix wrong behavior of sign extension scope of 32-bit regsize instrunctions.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.