Merge commit '57999ac9b9d32775efc271e0edfed27b784ee1c6' as 'parallel-rsp'

This commit is contained in:
Logan McNaughton
2020-10-31 15:49:56 -06:00
377 changed files with 137898 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.text
.set noreorder
.global main
main:
li $t0, 10
li $t2, 10
nop
.word (0x12 << 26) | (4 << 21) | (2 << 11) | (8 << 16) | (4 << 7)
.word (0x12 << 26) | (0 << 21) | (2 << 11) | (9 << 16) | (4 << 7)
#mtc2 $t0, $2, 4
#mfc2 $t1, $2, 4
ctc2 $t2, $2
cfc2 $t3, $2
break