decomp: main-collide and support a bunch of new inline-asm operations (#673)

* decomp/goal-lib: Implement all fixed point macros

* decompiler/goalc: Support half-word and byte parallel extend ops

* decompiler/goalc: Support all parallel compare instructions

* decompiler/goalc: Wire up PPACH and parallel bitwise operations

* goalc: Add emitter tests

* decomp: finalize `main-collide`

* codacy lint
This commit is contained in:
Tyler Wilding
2021-07-27 19:57:14 -04:00
committed by GitHub
parent eee8390ec0
commit d317497c64
18 changed files with 1164 additions and 102 deletions
+1 -1
View File
@@ -961,4 +961,4 @@ const DecompilerLabel& LinkedObjectFile::get_label_by_name(const std::string& na
}
throw std::runtime_error("Cannot find label " + name);
}
} // namespace decompiler
} // namespace decompiler