-
Notifications
You must be signed in to change notification settings - Fork 1.6k
padduw not implemented on MIPS #940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i am already planning to get a major update to Mips & other archs. can you list all the missing instructions you can find here, for reference? |
sure will check what I can for tomorrow, can't say it'll be a full list but I'll see what I can find missing |
This cannot be patched because LLVM does not support MIPS EE SIMD instruction set. Reference: https://psi-rockin.github.io/ps2tek/ (archived) |
For anyone bumping into this issue. There is the possibility to write the table gen file for the extension in LLVM. It will like not be up-streamed to LLVM because the extension is no longer in use. But we can use it to generate our files and support it in Capstone. |
280c0070 should be disassembled as "padduw at, zero, zero" but is instead not implemented by capstone
The text was updated successfully, but these errors were encountered: