-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve PPC grammar and visitor (#762)
- Loading branch information
1 parent
529d9ec
commit 5478bfb
Showing
8 changed files
with
102 additions
and
30 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PPC A | ||
"LwSyncdWW Coe SyncdWRNaA SyncdRRANa Fre" | ||
Generator=diyone7 (version 7.57+1) | ||
Prefetch=0:x=F,0:y=W,1:y=F,1:x=T | ||
Com=Co Fr | ||
Orig=LwSyncdWW Coe SyncdWRNaA SyncdRRANa Fre | ||
{ | ||
0:r2=x; 0:r4=y; | ||
1:r2=y; 1:r3=z; 1:r6=x; | ||
} | ||
P0 | P1 ; | ||
li r1,1 | li r1,2 ; | ||
stw r1,0(r2) | stw r1,0(r2) ; | ||
lwsync | sync ; | ||
li r3,1 | Loop00: ; | ||
stw r3,0(r4) | lwarx r4,r0,r3 ; | ||
| stwcx. r4,r0,r3 ; | ||
| bne Loop00 ; | ||
| sync ; | ||
| lwz r5,0(r6) ; | ||
exists ([y]=2 /\ 1:r5=0) |