ir3: add disassembly for flat.b

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27411>
This commit is contained in:
Job Noorman 2024-02-01 14:51:07 +01:00 committed by Marge Bot
parent 54cb45cc6c
commit a38f7ea125

View file

@ -244,6 +244,7 @@ static const struct opc_info {
OPC(2, OPC_CBITS_B, cbits.b),
OPC(2, OPC_SHB, shb),
OPC(2, OPC_MSAD, msad),
OPC(2, OPC_FLAT_B, flat.b),
/* category 3: */
OPC(3, OPC_MAD_U16, mad.u16),