compiler/isaspec: add alignment support
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Wed, 14 Jul 2021 21:30:59 +0000 (23:30 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Sep 2021 20:25:31 +0000 (20:25 +0000)
commitca0f892191b3ad83928ac13b8aed8457029ea2fd
treef0a2a1cafe86edf0103530048d874b38aadfa805
parenteae96d0c4c4874b49962220c07c67281f6cc9f8c
compiler/isaspec: add alignment support

This helps to get a really nice and aligend disasm output.
Just use :align=X to define where in the line the field
should be printed.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11321>
docs/drivers/freedreno/isaspec.rst
src/compiler/isaspec/decode.c