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:
@@ -1663,6 +1663,8 @@ brw_disassemble_inst(FILE *file, const struct gen_device_info *devinfo,
|
|||||||
}
|
}
|
||||||
|
|
||||||
err |= print_opcode(file, devinfo, opcode);
|
err |= print_opcode(file, devinfo, opcode);
|
||||||
|
|
||||||
|
if (!is_send(opcode))
|
||||||
err |= control(file, "saturate", saturate, brw_inst_saturate(devinfo, inst),
|
err |= control(file, "saturate", saturate, brw_inst_saturate(devinfo, inst),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user