aco: add instruction classes
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 3 Feb 2021 14:47:24 +0000 (14:47 +0000)
committerRhys Perry <pendingchaos02@gmail.com>
Thu, 11 Mar 2021 16:31:19 +0000 (16:31 +0000)
commit83ce9407f20e17b63252211b43db59a78de8c1f1
tree3454d27862a5b789a7fa335bf5e90944062326e1
parent0af7ff49fdecd05531b4c4f5fb841e11f9f451c1
aco: add instruction classes

These should mostly match LLVM.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8994>
src/amd/compiler/aco_ir.h
src/amd/compiler/aco_opcodes.py
src/amd/compiler/aco_opcodes_cpp.py