matt-kempster / m2c

A MIPS and PowerPC decompiler.
GNU General Public License v3.0
410 stars 49 forks source link

msub msubu instruction #252

Open UEPuepUEP opened 1 year ago

simonlindholm commented 1 year ago

(I'm also still interested in whether msub/msubu are actually used in the real world.)

UEPuepUEP commented 1 year ago

Can you add a test for this (e.g. extending ps2/manual.s), and run ./run_tests.py --overwrite and commit the test expectation?

So would I add msub + msubu to that file or open a new directory?

simonlindholm commented 1 year ago

If that instruction is available for PS2 it's probably better to add it to that file, or if it's PSP only a new one? It doesn't actually matter much though