Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Xinlong-Wu
Copy link

in the file mini-ops.h, TARGET_ARM64 has defined following OPs:

#ifdef TARGET_ARM64
MINI_OP(OP_LSCNT32, "lscnt32", IREG, IREG, NONE)
MINI_OP(OP_LSCNT64, "lscnt64", LREG, LREG, NONE)
MINI_OP(OP_ARM64_SMULH, "arm64_smulh", LREG, LREG, LREG)
MINI_OP(OP_ARM64_UMULH, "arm64_umulh", LREG, LREG, LREG)
#endif // TARGET_ARM64

but genmdesc.py can't parse it correctly and these four OPs will be generated in every arch.

This patch try to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant