Project

General

Profile

PowerPC Instruction Set » History » Revision 5

Revision 4 (Alexander Kamkin, 10/27/2016 10:08 AM) → Revision 5/6 (Alexander Protsenko, 11/01/2016 03:31 PM)

h1. PowerPC Instruction Set 

 {font-weight:bold; background:#ddd}. | *Category* | *Instructions* | *Amount* |  
 {background:#cfc}. | Arithmetic Logic Unit | add RT,RA,RB 
 add. RT,RA,RB 
 addi rD,rA,SIMM 
 ori rA,rS,UIMM | 4+ 1 | 
 {background:#fcc}. | Shifter | SLL rd,rt,sa | 1+ 6 | 
 {background:#fcc}. | Multiply| MULT rs,rt | 1+ 8 | 
 {background:#ff9}. | Branch| b LI 
 ba LI 
 bl LI 
 bla LI B 
     J target | 4+ 16 | 
 {background:#ff9}. {background:#fcc}. | Memory Access | lwa rD,DS(rA) 
 stw rS,D(rA) 
     LW rt,offset(rs) 
     SW rt,offset(rs) | 2+ 8 | 
 {background:#ddd}. | Total: || 300+ | 

 {background:#cfc}. |100%| 
 {background:#ff9}. |50+%| 
 {background:#fcc}. |0+%|