aco/print_ir: fix printing of VOPC_SDWA definitions

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12364>
This commit is contained in:
Daniel Schürmann 2021-08-13 15:07:16 +02:00 committed by Marge Bot
parent 8852c5448d
commit 60e171af06
1 changed files with 2 additions and 0 deletions

View File

@ -627,6 +627,8 @@ print_instr_format_specific(const Instruction* instr, FILE* output)
}
if (sdwa.clamp)
fprintf(output, " clamp");
if (instr->isVOPC())
return;
switch (sdwa.dst_sel & sdwa_asuint) {
case sdwa_udword: break;
case sdwa_ubyte0: