matt-kempster / m2c

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

PSP Allegrex Extended Instructions #253

Open UEPuepUEP opened 1 year ago

UEPuepUEP commented 1 year ago

m2c already supports movn, movz, madd, and maddu

image ALLEGREX-Instruction_Manual-English.pdf VFPU-Instruction_Manual-English.pdf VFPU-Users_Manual-English.pdf

CelesteBlue-dev commented 1 year ago

May you explain why this is an issue please ?

simonlindholm commented 1 year ago

For PSP decomp it would be useful to have the added instructions supported (to the extent that they're emitted by compilers and not just used in hand-written code). It's good to have an issue tracking that.