From 010194187d86041697f1e0e03edfc914940bd2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 12 Dec 2017 21:18:45 +0100 Subject: Implement some store and load instructions --- qtmips_machine/tests/tst_machine.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'qtmips_machine/tests/tst_machine.h') diff --git a/qtmips_machine/tests/tst_machine.h b/qtmips_machine/tests/tst_machine.h index 9b33e68..ad3112c 100644 --- a/qtmips_machine/tests/tst_machine.h +++ b/qtmips_machine/tests/tst_machine.h @@ -19,6 +19,10 @@ private Q_SLOTS: void memory_section_data(); void memory_endian(); void memory_compare(); + void memory_write_ctl(); + void memory_write_ctl_data(); + void memory_read_ctl(); + void memory_read_ctl_data(); // Program loader void program_loader(); // Instruction @@ -38,8 +42,10 @@ private Q_SLOTS: void singlecore_jmp_data(); void pipecore_jmp(); void pipecore_jmp_data(); - void core_mem(); - void core_mem_data(); + void singlecore_mem(); + void singlecore_mem_data(); + void pipecore_mem(); + void pipecore_mem_data(); }; #endif // TST_MACHINE_H -- cgit v1.2.3