pan/bi: Annotate stop bit (canonically "Z-bit")

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6793>
This commit is contained in:
Alyssa Rosenzweig
2020-09-19 14:53:15 -04:00
committed by Marge Bot
parent 24a74b352c
commit ab5cc3e717

View File

@@ -446,6 +446,7 @@ static bool dump_clause(FILE *fp, uint32_t *words, unsigned *size, unsigned offs
uint64_t const0 = bits(words[0], 8, 32) << 4 | (uint64_t) words[1] << 28 | bits(words[2], 0, 4) << 60;
uint64_t const1 = bits(words[2], 4, 32) << 4 | (uint64_t) words[3] << 32;
/* Z-bit */
bool stop = tag & 0x40;
if (verbose) {