freedreno/ir3/print: print (r) flag
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5280>
This commit is contained in:
@@ -170,6 +170,9 @@ static void print_reg_name(struct ir3_register *reg)
|
||||
else if (reg->flags & (IR3_REG_FABS | IR3_REG_SABS))
|
||||
printf("(abs)");
|
||||
|
||||
if (reg->flags & IR3_REG_R)
|
||||
printf("(r)");
|
||||
|
||||
if (reg->flags & IR3_REG_HIGH)
|
||||
printf("H");
|
||||
if (reg->flags & IR3_REG_HALF)
|
||||
|
Reference in New Issue
Block a user