mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
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:
parent
590d66fa0c
commit
d30df466b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue