~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/panfrost/compiler/bi_print.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
   fprintf(fp, "slot %u %s:", slot, name);
140
140
 
141
 
   u_foreach_bit64(reg, mask) fprintf(fp, " r%" PRId64, reg);
 
141
   u_foreach_bit64(reg, mask)
 
142
      fprintf(fp, " r%" PRId64, reg);
142
143
 
143
144
   fprintf(fp, "\n");
144
145
}