aco: add VOP3P_instruction
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 10 Apr 2020 16:28:33 +0000 (17:28 +0100)
committerMarge Bot <eric+marge@anholt.net>
Wed, 22 Apr 2020 13:25:17 +0000 (13:25 +0000)
commit83fdb1ed3dd13228bcb761a4a4532b67a24a682b
tree9d3de9cd413ff9159065a9e85750a630cf61dacd
parent8fc24f9a45d649fb644ce78f954ae7b6a04e26db
aco: add VOP3P_instruction

The optimizer isn't yet updated to handle this, since lower_to_hw_instr
will be the only user for now.

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/4469>
src/amd/compiler/aco_assembler.cpp
src/amd/compiler/aco_ir.h
src/amd/compiler/aco_opcodes.py
src/amd/compiler/aco_print_ir.cpp