1
1
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:
Zhang Fuxin
2021-10-27 19:14:51 +08:00
commit c632bed67e
362 changed files with 53748 additions and 0 deletions

7
materials/chapter2/ppc.S Normal file
View 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