freedreno/isa: move isaspec to a new home
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Fri, 28 May 2021 20:52:45 +0000 (22:52 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 21 Sep 2021 20:25:31 +0000 (20:25 +0000)
commitbc2e806b0f16c3a4a079803d01f1617adefd4dbf
tree0aada2fd492f832834ecd06fc4ac0900390aca89
parent6801c300a8e95bb14cf65946e905c8b3ee91462c
freedreno/isa: move isaspec to a new home

This commit moves isaspec out of freedreno into a more
generic new home - src/compiler/isaspec.

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/compiler/isaspec/README.rst [moved from src/freedreno/isa/README.rst with 100% similarity]
src/compiler/isaspec/decode.c [moved from src/freedreno/isa/decode.c with 100% similarity]
src/compiler/isaspec/decode.h [moved from src/freedreno/isa/decode.h with 100% similarity]
src/compiler/isaspec/decode.py [moved from src/freedreno/isa/decode.py with 100% similarity]
src/compiler/isaspec/encode.py [moved from src/freedreno/isa/encode.py with 100% similarity]
src/compiler/isaspec/isa.py [moved from src/freedreno/isa/isa.py with 100% similarity]
src/compiler/isaspec/meson.build [new file with mode: 0644]
src/compiler/meson.build
src/freedreno/isa/meson.build