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

internal/opcodesextra: fix actions for VNNI and VBMI2 shifts #372

Merged
merged 3 commits into from
Mar 7, 2023

Commits on Feb 20, 2023

  1. Fix wrong dest reg action for VPSH{L,R}DV{W,D,Q}

    In cases without a mask register, these concatenate
    and variable shift instructions were being defined with
    the wrong destination register action, which is always
    inst.RW. This differs from the immediate (non variable)
    versions of these instructions, which do not overwrite
    their outputs (absent merge masking).
    vsivsi committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1192f20 View commit details
    Browse the repository at this point in the history
  2. Revert parameterization of _yvblendmpd. Always use inst.RW for destin…

    …ation operand action.
    vsivsi committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ee56c43 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    a0ca773 View commit details
    Browse the repository at this point in the history