-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[catalogue,aarch64] Four forbidden tests with acq/acqpc
- Loading branch information
Showing
6 changed files
with
66 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
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,14 @@ | ||
AArch64 MP+rel+acq | ||
Hash=495a52a1116ac63cc33ec0326b58baf2 | ||
|
||
{ | ||
0:X1=x; 0:X3=y; | ||
1:X1=x; 1:X3=y; | ||
} | ||
P0 | P1 ; | ||
MOV W0,#1 | LDAR W2,[X3] ; | ||
STR W0,[X1] | LDR W0,[X1] ; | ||
MOV W2,#1 | ; | ||
STLR W2,[X3] | ; | ||
|
||
exists (1:X2=1 /\ 1:X0=0) |
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,14 @@ | ||
AArch64 MP+rel+acqpc | ||
Hash=d6d86cf550511c467b404723f249e4b5 | ||
|
||
{ | ||
0:X1=x; 0:X3=y; | ||
1:X1=x; 1:X3=y; | ||
} | ||
P0 | P1 ; | ||
MOV W0,#1 | LDAPR W2,[X3] ; | ||
STR W0,[X1] | LDR W0,[X1] ; | ||
MOV W2,#1 | ; | ||
STLR W2,[X3] | ; | ||
|
||
exists (1:X2=1 /\ 1:X0=0) |
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,15 @@ | ||
AArch64 MP+rel+swp-acq | ||
Hash=888df33148f87689cd7e94563e4ac353 | ||
|
||
{ | ||
0:X1=x; 0:X3=y; | ||
1:X1=x; 1:X3=y; | ||
} | ||
P0 | P1 ; | ||
MOV W0,#1 | MOV W4,#2 ; | ||
STR W0,[X1] | SWP W4,W2,[X3] ; | ||
MOV W2,#1 | LDAR W6,[X3] ; | ||
STLR W2,[X3] | LDR W0,[X1] ; | ||
|
||
locations [1:X6;] | ||
exists (1:X2=1 /\ 1:X0=0) |
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,15 @@ | ||
AArch64 MP+rel+swp-acqpc | ||
Hash=488776eb14009dc2c498c181e1ff7d3a | ||
|
||
{ | ||
0:X1=x; 0:X3=y; | ||
1:X1=x; 1:X3=y; | ||
} | ||
P0 | P1 ; | ||
MOV W0,#1 | MOV W4,#2 ; | ||
STR W0,[X1] | SWP W4,W2,[X3] ; | ||
MOV W2,#1 | LDAPR W6,[X3] ; | ||
STLR W2,[X3] | LDR W0,[X1] ; | ||
|
||
locations [1:X6;] | ||
exists (1:X2=1 /\ 1:X0=0) |
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