Editing Synergistic Processing Unit (SPU)
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Register || Status || Usage | |||
|- | |- | ||
| R0 (LR) || Dedicated || Return Address / Link Register. This register contains the address to which a called function normally returns. It is volatile across function calls and must be saved by a non-leaf function. | | R0 (LR) || Dedicated || Return Address / Link Register. This register contains the address to which a called function normally returns. It is volatile across function calls and must be saved by a non-leaf function. | ||
Line 21: | Line 21: | ||
|- | |- | ||
| R80-R127 || Non-volatile || Local variable registers. These must be preserved across function calls. | | R80-R127 || Non-volatile || Local variable registers. These must be preserved across function calls. | ||
|} | |} | ||
Line 108: | Line 107: | ||
|- | |- | ||
| u18 || Unsigned 18-bit value. | | u18 || Unsigned 18-bit value. | ||
|} | |} | ||
=== Instruction Set === | === Instruction Set === | ||
{| class="wikitable" | {| class="wikitable" | ||
! Instruction/Usage !! Description | ! Instruction/Usage !! Description | ||
|- | |- | ||
Line 564: | Line 561: | ||
|- | |- | ||
|} | |} | ||