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
Oh, sorry, you're right. That issue appeared for two instructions. The correct decoding of those bytes it: ld4r {v4.16b, v5.16b, v6.16b, v7.16b}, [x12], x29
@ssunny7 I'll close this issue because the instruction now decodes as valid, but there is an extra operand and a few formatting issues in general. Here's that same instruction now:
The following is an example of a SIMD load instruction that should be valid but is decoded as invalid by Dyninst.
Bytes: 84 e1 fd 4d
Expected Output: ld2r {v4.16b, v5.16b}, [x12]
The text was updated successfully, but these errors were encountered: