-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #827 from herd/fix-stop
[all, aarch64] Parse ST<OP> on X registers Fix of an oversight in PR #803.
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
AArch64 STCLR00 | ||
{ | ||
uint64_t x=15; | ||
uint64_t 0:X0=5; | ||
0:X1=x; | ||
} | ||
P0 ; | ||
STCLR X0,[X1] ; | ||
|
||
forall [x]=10 |
10 changes: 10 additions & 0 deletions
10
herd/tests/instructions/AArch64.ASL/STCLR00.litmus.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Test STCLR00 Required | ||
States 1 | ||
[x]=10; | ||
Ok | ||
Witnesses | ||
Positive: 1 Negative: 0 | ||
Condition forall ([x]=10) | ||
Observation STCLR00 Always 1 0 | ||
Hash=6dce510cf1ec8087064858128b894317 | ||
|
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