diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-01 18:22:10 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-01 18:22:10 -0400 |
commit | 091c684bf1d2cca09da001b9170b205dbe5c333f (patch) | |
tree | e7dd5091ddb989b1eae35f8a5130a66b2d7b4d9b /test/out | |
parent | dont hardcode RA in JALR (diff) | |
download | mips-091c684bf1d2cca09da001b9170b205dbe5c333f.tar.gz mips-091c684bf1d2cca09da001b9170b205dbe5c333f.tar.bz2 mips-091c684bf1d2cca09da001b9170b205dbe5c333f.zip |
add recursion test, add noops for branch delay slots
Diffstat (limited to 'test/out')
-rw-r--r-- | test/out/fpe (renamed from test/out/div) | 2 | ||||
-rw-r--r-- | test/out/fpe.status (renamed from test/out/div.status) | 0 | ||||
-rw-r--r-- | test/out/recursion | 0 | ||||
-rw-r--r-- | test/out/recursion.status | 1 | ||||
-rw-r--r-- | test/out/segv (renamed from test/out/fault) | 2 | ||||
-rw-r--r-- | test/out/segv.status (renamed from test/out/fault.status) | 0 |
6 files changed, 3 insertions, 2 deletions
diff --git a/test/out/div b/test/out/fpe index 94b9ab8..e6aeb31 100644 --- a/test/out/div +++ b/test/out/fpe @@ -12,4 +12,4 @@ $v1: 0x00000000 $t3: 0x00000000 $s3: 0x00000000 $k1: 0x00000000 $a0: 0x00000000 $t4: 0x00000000 $s4: 0x00000000 $gp: 0x00000000 $a1: 0x00000000 $t5: 0x00000000 $s5: 0x00000000 $sp: 0x10001000 $a2: 0x00000000 $t6: 0x00000000 $s6: 0x00000000 $fp: 0x00000000 -$a3: 0x00000000 $t7: 0x00000000 $s7: 0x00000000 $ra: 0x0040001c +$a3: 0x00000000 $t7: 0x00000000 $s7: 0x00000000 $ra: 0x00400024 diff --git a/test/out/div.status b/test/out/fpe.status index d00491f..d00491f 100644 --- a/test/out/div.status +++ b/test/out/fpe.status diff --git a/test/out/recursion b/test/out/recursion new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/out/recursion diff --git a/test/out/recursion.status b/test/out/recursion.status new file mode 100644 index 0000000..60d3b2f --- /dev/null +++ b/test/out/recursion.status @@ -0,0 +1 @@ +15 diff --git a/test/out/fault b/test/out/segv index 938bb46..1796539 100644 --- a/test/out/fault +++ b/test/out/segv @@ -12,4 +12,4 @@ $v1: 0x00000000 $t3: 0x00000000 $s3: 0x00000000 $k1: 0x00000000 $a0: 0x00000000 $t4: 0x00000000 $s4: 0x00000000 $gp: 0x00000000 $a1: 0x00000000 $t5: 0x00000000 $s5: 0x00000000 $sp: 0x10001000 $a2: 0x00000000 $t6: 0x00000000 $s6: 0x00000000 $fp: 0x00000000 -$a3: 0x00000000 $t7: 0x00000000 $s7: 0x00000000 $ra: 0x00400018 +$a3: 0x00000000 $t7: 0x00000000 $s7: 0x00000000 $ra: 0x00400020 diff --git a/test/out/fault.status b/test/out/segv.status index d00491f..d00491f 100644 --- a/test/out/fault.status +++ b/test/out/segv.status |