Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where can I find zero-masking in AVX-512 instruction? #6249

Closed
yangyixiaof opened this issue Aug 7, 2023 · 2 comments
Closed

where can I find zero-masking in AVX-512 instruction? #6249

yangyixiaof opened this issue Aug 7, 2023 · 2 comments

Comments

@yangyixiaof
Copy link

For instructions with zero-masking as follows:

vsubps ymm0 {k4}{z}, ymm1, ymm2

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?

@ivankyluk
Copy link
Contributor

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.

@derekbruening
Copy link
Contributor

Looks like a dup of #5488

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

No branches or pull requests

3 participants