-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ctor of MIPS instruction from string
Fixes #589 Additionally: New utility method in class BaseMIPSInstr: MapType::iterator find_entry(MapType isaMap, std::string_view name); New unit tests: TEST_CASE( "sllv") (#530) TEST_CASE( "MIPS32_instr: Divmult") ( using new ctor) Fix types of supporting function. Add get_v_imm and set_v_imm for unit tests. Add sllv, mul, addi, teqi tests. Fix nop bug for ctor, add nop test for new ctor.
- Loading branch information
1 parent
1b59024
commit 2a5e093
Showing
3 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters