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
Zero variants of some SIMD/FP compare instructions as well as a few other instructions in the SIMD 2-register miscellaneous category should have a zero operand.
When comparing with zero either for floating point or integer, we should be printing the immediate.
Bytes:
10 aa e0 5e
Output:
cmlt d16, d16
Expected Output:
cmlt d16, d16, #0
Bytes:
10 ca e0 5e
Output:
fcmgt d16, d16
Expected Output:
fcmgt d16, d16, #0.0
The text was updated successfully, but these errors were encountered: