Vectorize all micro ops

Fold single instruction micro ops inline.  Remove unused micro ops.
This commit is contained in:
Ian Romanick 2008-02-01 14:58:38 -08:00
parent 45b18c51c0
commit 8fc2355949
2 changed files with 233 additions and 686 deletions

File diff suppressed because it is too large Load diff

View file

@ -43,6 +43,7 @@ union spu_exec_channel
float f[QUAD_SIZE];
int i[QUAD_SIZE];
unsigned u[QUAD_SIZE];
qword q;
};
/**