Searched refs:pcs_r (Results 1 – 2 of 2) sorted by relevance
3831 int pcs_r = 1; // Start at x1. x0 holds the format string. in DoPrintf() local3841 part_result = fprintf(stream_, chunks[i], wreg(pcs_r++)); in DoPrintf()3844 part_result = fprintf(stream_, chunks[i], xreg(pcs_r++)); in DoPrintf()
5324 int pcs_r = 1; // Start at x1. x0 holds the format string. in DoPrintf() local5334 part_result = printf(chunks[i], ReadWRegister(pcs_r++)); in DoPrintf()5337 part_result = printf(chunks[i], ReadXRegister(pcs_r++)); in DoPrintf()