intel/disasm: Don't disassemble saturate control on SEND instructions.

The field is gone on Gen12+ and it was illegal on previous
generations.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Francisco Jerez
2019-08-27 22:02:19 -07:00
parent f15e0b3439
commit c03869323b

View File

@@ -1663,6 +1663,8 @@ brw_disassemble_inst(FILE *file, const struct gen_device_info *devinfo,
}
err |= print_opcode(file, devinfo, opcode);
if (!is_send(opcode))
err |= control(file, "saturate", saturate, brw_inst_saturate(devinfo, inst),
NULL);