Skip to content

IvanArkhipov1999/Multiply-accumulate-operations-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiply-accumulate-operations-research

This repository contains code for research of features of multiply-accumulate operations of MIPS32 architecture. Research of madd command is published in Computer tools in education.

counter.py contains code for counting average value of measured ticks.

template_tick_counter.s contains template of measuring ticks for sequence of commands

The code intended for researching a particular command is contained in the directory with the name of this command. For example, madd contains code for researching madd command.

Each directory with code for researching a particular command contains tests for tick measure and time measure, that are divided into two directories: tick_measure and time_measure.

Directory time_measure contains test on C language for time measure. Directory with the same name as test on C language in time_measure directory contains the same test in assembler, that was received after compiling by GCC and Clang, with different modifications. Directories _reduce contains the same test in assembler, but without different commands.

Directory tick_measure contains directories with tests of commands in different cases. Directory branch contains tests with commands for research and branch command. Directory cycle contains tests with commands for research in cycle. Directory just_commands contains tests with commands for research without other commands. Directory unloop_cycle contains tests with commands for research in unlooped cycle. Directory unloop_cycle2 contains tests with commands for research in unlooped cycle in another order.

About

This repository contains code for research of features of multiply-accumulate operations of MIPS32 architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages