freedreno/afuc: Add missing ALU encode case for bic

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26771>
This commit is contained in:
Connor Abbott 2023-12-18 17:24:00 -05:00 committed by Marge Bot
parent 443e8b89ca
commit eeb2db3b5e

View file

@ -70,6 +70,7 @@ __instruction_case(struct encode_state *s, const struct afuc_instr *instr)
ALU(MIN)
ALU(MAX)
ALU(CMP)
ALU(BIC)
#undef ALU
default: