-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2626: AArch64 v8 decode: Fix incorrect decode of add/s, sub/s, tb(n)z
This patch fixes two underlying issues: * Several of the instruction variants were decoding to an x register when they should have been decoding to a w register * LSL #12 was being decoded as 0x10 (16) rather than 0x0c (12) issues: #2626 Change-Id: I833b5693feee3208a54d94c15bfd3c22913a465d
- Loading branch information
1 parent
87cda24
commit 33a29a3
Showing
5 changed files
with
958 additions
and
33 deletions.
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
Oops, something went wrong.