parallel-rsp/debug-toolchain
2020-01-31 23:45:46 +01:00
..
add.s Begin hooking up unit tests for instructions. 2020-01-31 13:43:18 +01:00
addi.s Add addi, slti, sltiu tests. 2020-01-31 14:00:16 +01:00
and.s Add more tests. 2020-01-31 13:51:49 +01:00
andi.s Add andi/ori tests. 2020-01-31 14:02:50 +01:00
beq-impossible-delay-slot-both-taken.s Add some complicated test cases for impossible branch delays. 2020-01-31 17:58:49 +01:00
beq-impossible-delay-slot-first-taken.s Add some complicated test cases for impossible branch delays. 2020-01-31 17:58:49 +01:00
beq-impossible-delay-slot-second-taken.s Add some complicated test cases for impossible branch delays. 2020-01-31 17:58:49 +01:00
bgez.s More branch instructions. 2020-01-31 21:03:52 +01:00
bgezal.s More branch instructions. 2020-01-31 21:03:52 +01:00
bgtz.s Add some branch tests. 2020-01-31 20:51:38 +01:00
blez.s Add some branch tests. 2020-01-31 20:51:38 +01:00
bltz.s More branch instructions. 2020-01-31 21:03:52 +01:00
bltzal.s More branch instructions. 2020-01-31 21:03:52 +01:00
bne.s Add some branch tests. 2020-01-31 20:51:38 +01:00
cop0.s Add basic COP0 test (MFC0/MTC0). 2020-01-31 22:21:55 +01:00
cop2-basic.s COP2 basic ops hooked up. 2020-01-31 22:53:36 +01:00
cop2-ls.s Basic test for COP2 LS. 2020-01-31 23:17:26 +01:00
cop2-vector.s Hook up COP2 vector ops. 2020-01-31 23:45:46 +01:00
delay-slot-before-break.s Test delay slots before break. 2020-01-31 21:31:40 +01:00
delay-slot-before-new-block-illegal.s Test illegal branch between block split. 2020-01-31 21:56:10 +01:00
delay-slot-before-new-block-not-taken.s Add some branch delay tests between blocks. 2020-01-31 21:43:55 +01:00
delay-slot-before-new-block.s Add some branch delay tests between blocks. 2020-01-31 21:43:55 +01:00
j.s Add some branch tests. 2020-01-31 20:51:38 +01:00
jal.s Add some branch tests. 2020-01-31 20:51:38 +01:00
jr.s Add JR test. 2020-01-31 20:59:04 +01:00
lb.s Add lb/lbu/lh/lhu test (aligned). 2020-01-31 14:15:33 +01:00
lbu.s Add lb/lbu/lh/lhu test (aligned). 2020-01-31 14:15:33 +01:00
lh-unaligned.s Add unaligned lh/lhu test. 2020-01-31 14:24:00 +01:00
lh.s Add lb/lbu/lh/lhu test (aligned). 2020-01-31 14:15:33 +01:00
lhu-unaligned.s Add unaligned lh/lhu test. 2020-01-31 14:24:00 +01:00
lhu.s Add lb/lbu/lh/lhu test (aligned). 2020-01-31 14:15:33 +01:00
lui.s Add lui test. 2020-01-31 14:05:34 +01:00
lw-unaligned-in-branch-delay.s LW unaligned in branch delay test. 2020-01-31 21:11:19 +01:00
lw-unaligned.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
lw.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
main.c Fix some cases around branches. 2020-01-30 16:57:12 +01:00
Makefile Begin hooking up unit tests for instructions. 2020-01-31 13:43:18 +01:00
Makefile.mips Begin hooking up unit tests for instructions. 2020-01-31 13:43:18 +01:00
nor.s Add more tests. 2020-01-31 13:51:49 +01:00
or.s Add more tests. 2020-01-31 13:51:49 +01:00
ori.s Add andi/ori tests. 2020-01-31 14:02:50 +01:00
rsp-mips.h Initial commit. 2020-01-29 15:46:27 +01:00
rsp-mips.ld Initial commit. 2020-01-29 15:46:27 +01:00
rsp-mips.s Initial commit. 2020-01-29 15:46:27 +01:00
sb.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
sh-unaligned.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
sh.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
slt.s Add more tests. 2020-01-31 13:51:49 +01:00
slti.s Add addi, slti, sltiu tests. 2020-01-31 14:00:16 +01:00
sltiu.s Add addi, slti, sltiu tests. 2020-01-31 14:00:16 +01:00
sltu.s Add more tests. 2020-01-31 13:51:49 +01:00
start.s Initial commit. 2020-01-29 15:46:27 +01:00
sub.s Begin hooking up unit tests for instructions. 2020-01-31 13:43:18 +01:00
sw-unaligned.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
sw.s Add lw/sb/sh/sw tests with and without alignment. 2020-01-31 14:47:00 +01:00
unconditional-delay-slot-before-break.s Test delay slots before break. 2020-01-31 21:31:40 +01:00
xor.s Add more tests. 2020-01-31 13:51:49 +01:00
xori.s Add xori test. 2020-01-31 14:04:01 +01:00