Skip to content

Commit 2b9d9cc

Browse files
authored
Merge pull request #13 from addymoll98/Adeline
pipelined working correctly, but unpipelined not yet
2 parents 3dc8cbd + 072804d commit 2b9d9cc

File tree

3 files changed

+324
-262
lines changed

3 files changed

+324
-262
lines changed

a.exe

9.79 KB
Binary file not shown.

instruction.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
ADD X2,X1,X1
2-
ADD X1,X1,X1
3-
loop: FLD F1,0(X1)
4-
SUB X3,X2,X1
5-
ADD X1,X1,X1
6-
FMUL.D F4,F1,F2
7-
FSD F4,0(X1)
8-
SUB X3,X2,X1
9-
BEZ X3,loop
10-
SD X2,1000(X1)
1+
FMUL.D F8,F2,F1
2+
FADD.D F2,F1,F8
3+
FSUB.D F7,F8,F10
4+
FDIV.D F1,F2,F8
5+
FDIV.D F2,F2,F2

0 commit comments

Comments
 (0)