Lines Matching refs:format
3258 // 8B or 16B vform for the destination, so infer the table format from the
7267 // corresponds with the storage format, and multiply the index accordingly.
7282 PrintRegisterFormat format = GetPrintRegisterFormat(vform);
7284 // Use an FP format where it's likely that we're accessing FP data.
7285 format = GetPrintRegisterFormatTryFP(format);
7289 format = GetPrintRegPartial(format);
7294 format,
7344 PrintRegisterFormat format = GetPrintRegisterFormat(vform);
7346 // Use an FP format where it's likely that we're accessing FP data.
7347 format = GetPrintRegisterFormatTryFP(format);
7352 format,
7504 PrintRegisterFormat format = GetPrintRegisterFormat(vform);
7506 // Use an FP format where it's likely that we're accessing FP data.
7507 format = GetPrintRegisterFormatTryFP(format);
7513 PrintZStructAccess(zt_code, 1, mask, format, msize_in_bytes, "<-", addr);