intel/brw: update disassembly for MATH pipe

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27235>
This commit is contained in:
Rohan Garg
2024-02-01 12:40:42 +01:00
committed by Marge Bot
parent 467ee9d27a
commit 7d425913f7
+2 -1
View File
@@ -1858,7 +1858,8 @@ swsb(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst)
(swsb.pipe == TGL_PIPE_FLOAT ? "F" :
swsb.pipe == TGL_PIPE_INT ? "I" :
swsb.pipe == TGL_PIPE_LONG ? "L" :
swsb.pipe == TGL_PIPE_ALL ? "A" : "" ),
swsb.pipe == TGL_PIPE_ALL ? "A" :
swsb.pipe == TGL_PIPE_MATH ? "M" : "" ),
swsb.regdist);
if (swsb.mode)
format(file, " $%d%s", swsb.sbid,