Searched refs:pcs_r (Results 1 – 2 of 2) sorted by relevance
5880 int pcs_r = 1; // Start at x1. x0 holds the format string. in DoPrintf() local5890 part_result = fprintf(stream_, chunks[i], wreg(pcs_r++)); in DoPrintf()5893 part_result = fprintf(stream_, chunks[i], xreg(pcs_r++)); in DoPrintf()
6872 int pcs_r = 1; // Start at x1. x0 holds the format string. in DoPrintf() local6882 part_result = printf(chunks[i], ReadWRegister(pcs_r++)); in DoPrintf()6885 part_result = printf(chunks[i], ReadXRegister(pcs_r++)); in DoPrintf()