Difference between revisions of "R5900"
From LinuxMIPS
(Revert last edit - neither is the R5900 TX79-based nor do the 128-bit _integer registers support any fp.) |
(update external ps2/linux links) |
||
Line 7: | Line 7: | ||
== External links == | == External links == | ||
− | * http://ps2dev. | + | * http://playstation2-linux.com/ |
+ | * http://ps2dev.org/ |
Revision as of 03:34, 31 October 2006
The R5900 core was developed by Toshiba, exclusively for use in the Playstation 2 Emotion Engine (EE). It is similar to the R5000, but adds several SIMD (multimedia) instructions.
- It implements almost all MIPS3 instructions, though it supports MIPS4's movn/movz.
- It has a lot of SIMD instructions which allow you to do 128 bits register manipulations (vector rotations, etc)
- It doesn't support load linked and store conditional instruction (ll/lld/sc/scd, MIPS2).