mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-27 12:02:41 +08:00
initial import to public repository
This commit is contained in:
7
materials/chapter2/ppc.S
Normal file
7
materials/chapter2/ppc.S
Normal file
@@ -0,0 +1,7 @@
|
||||
LOOP:
|
||||
LFU fp0=y(r4=r4+8)
|
||||
FMUL fp0=fp0,fp1
|
||||
LF fp2=x(r3,8)
|
||||
FMADD fp0=fp0,fp2,fp3
|
||||
STFU x(r3=r3+8)=fp0
|
||||
BC LOOP,CTR>0
|
||||
Reference in New Issue
Block a user