pan/bi: Dump extra bits for disasm
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4615>
This commit is contained in:
@@ -1649,6 +1649,7 @@ static void dump_add(FILE *fp, uint64_t word, struct bifrost_regs regs,
|
||||
dump_16swizzle(fp, (ADD.op >> 8) & 0x3);
|
||||
if (abs1 && abs2)
|
||||
fprintf(fp, ")");
|
||||
fprintf(fp, "/* %X */\n", (ADD.op >> 10) & 0x3); /* mode */
|
||||
break;
|
||||
}
|
||||
case ADD_FADDMscale: {
|
||||
|
||||
Reference in New Issue
Block a user