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
I cannot find {z} in any opnd. That instruction is described in MASM page.
If instruction has {z}, the 'should not sub float part' controled by {k4} should be set to zero, otherwise, remain unchanged.
I think this {z} is important when handling instructions, especially for taint analysis, so does {z} is not supported by current DynamoRIO?
The text was updated successfully, but these errors were encountered:
Please use the users list https://groups.google.com/forum/#!forum/DynamoRIO-Users for general questions, as it will reach a wider audience of people who might have an answer, and it will reach other users who may find the information beneficial. The issue tracker is for specific detailed bugs.
For instructions with zero-masking as follows:
I cannot find {z} in any opnd. That instruction is described in MASM page.
If instruction has {z}, the 'should not sub float part' controled by {k4} should be set to zero, otherwise, remain unchanged.
I think this {z} is important when handling instructions, especially for taint analysis, so does {z} is not supported by current DynamoRIO?
The text was updated successfully, but these errors were encountered: