We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2011
UC_HOOK_TCG_OPCODE is not supported for ARM now.
UC_HOOK_TCG_OPCODE
UC_HOOK_TCG_OPCODE for TCG_OP_SUB can be easily implemented for CMP (and CMN) instructions.
TCG_OP_SUB
CMP
CMN
I think CMP and CMN instructions are nearly enough for implementing CMPLOG.
The text was updated successfully, but these errors were encountered:
This is cool and looks good to me.
Sorry, something went wrong.
No branches or pull requests
#2011
UC_HOOK_TCG_OPCODE
is not supported for ARM now.UC_HOOK_TCG_OPCODE
forTCG_OP_SUB
can be easily implemented forCMP
(andCMN
) instructions.I think CMP and CMN instructions are nearly enough for implementing CMPLOG.
The text was updated successfully, but these errors were encountered: