You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instruction group should be correctly assigned in X86MappingInsn.inc file.
Actual behavior
The groups for some instructions are incorrect. E.g., PABSW should be an SSSE3 instruction, however, its instruction group is empty in the corresponding item in X86MappingInsn.inc file.
The text was updated successfully, but these errors were encountered:
JoelYYoung
changed the title
Incorrect jnstruction group information
Incorrect instruction group information
Nov 8, 2024
Work environment
git clone
Expected behavior
Instruction group should be correctly assigned in
X86MappingInsn.inc
file.Actual behavior
The groups for some instructions are incorrect. E.g., PABSW should be an SSSE3 instruction, however, its instruction group is empty in the corresponding item in
X86MappingInsn.inc
file.The text was updated successfully, but these errors were encountered: