Archival checkin (semi-working code).

This commit is contained in:
dtrg
2007-11-02 18:56:58 +00:00
715 changed files with 49646 additions and 110 deletions

20
mach/powerpc/top/table Normal file
View File

@@ -0,0 +1,20 @@
/* 68020 desciptor table for ACK target optimizer */
MAXOP 3;
%%;
P, Q, R { TRUE };
X, Y, Z { TRUE };
%%;
/* Whitespace is significant here! */
addi X, X, 0 -> ;
addis X, X, 0 -> ;
or X, Y, Z : or. X, X, X -> or. X, Y, Z ;
%%;