freedreno/isa: add store_instruction(..)
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Thu, 22 Jul 2021 17:03:40 +0000 (19:03 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Sep 2021 20:25:31 +0000 (20:25 +0000)
commita6b82d1c8c40a9aea5f3ae93327c0d72b78fb661
tree908df3120a7e4e3a1a6bd7ae928e5a46e4ceb1a6
parenta5bbd087755571cbf42edfc50db4316c2f6b14fa
freedreno/isa: add store_instruction(..)

Makes it possible to store an encoded instruction in a
generic ISA specific way.

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>
src/freedreno/isa/encode.py