commit | 3f25a73f17cb9e127b22a9172bba4195b2b31bc2 | [log] [tgz] |
---|---|---|
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | Sun Oct 22 09:47:41 2023 +0000 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Jan 04 02:28:09 2024 +0000 |
tree | 5f17eb95d266b67dac23b0c8f187abcc35b6dfac | |
parent | e7f3112eb97952b5966089d8769cb53db8efe2a0 [diff] |
ir3: fix shift amount for 8-bit shifts Follow the 16-bit approach and convert shift amount to 8b for 8b shift instructions. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26817>