agx: Add agx_ushr helper
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 24 Jul 2021 21:23:42 +0000 (17:23 -0400)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 24 Jul 2021 21:23:42 +0000 (17:23 -0400)
commit50a4c993fd5638267d7f06e130b573a455a0891c
tree9e44d3016fe9c3d9967255ad96594e77cb476980
parent3c1f754a7174b7d64de0cb5ad752012332e993a9
agx: Add agx_ushr helper

Syntax sugar for the underlying bitfield manipulation instruction.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12053>
src/asahi/compiler/agx_builder.h.py
src/asahi/compiler/agx_compile.c