Go to file
Aaron Giles 1561edf049 UML changes:
* Added new opcode LZCNT which returns the number of leading zeros in
   a parameter.
 * Added new opcode XTRACT which is a combined rotate/mask (basically
   rlwinm from PowerPC)
 * Added new opcode INSERT which is a combined rotate/mask/blend
   (basically rlwimi from PowerPC). Best. Opcode. Ever.
 * Updated all back-ends to support these new opcodes.
 * Fixed several bugs relating to shifts/rotates and optimizing out
   cases incorrectly.

MIPS3 DRC changes:
 * Updated to use INSERT and XTRACT where appropriate
 * Cleaned up register usage to enable an additional direct mapping;
   this means Linux gets 1 now and Windows gets 3
2008-05-22 03:05:13 +00:00
docs Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
src UML changes: 2008-05-22 03:05:13 +00:00
.gitattributes Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
makefile New universal dynamic recompiler system. The central module 2008-05-11 22:15:13 +00:00