Lines Matching refs:scratch_tmp
80 static unsigned int scratch_tmp[2] = { C0_ERROREPC };
138 scratch_tmp[0] = c0_kscratch();
139 scratch_tmp[1] = ffs(kscratch_mask) - 1;
140 kscratch_mask &= ~BIT(scratch_tmp[1]);
154 if (scratch_tmp[0] == c0_kscratch()) {
155 UASM_i_MFC0(p, tmp, scratch_tmp[0], scratch_tmp[1]);
170 if (scratch_tmp[0] == c0_kscratch()) {
172 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]);
447 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);
503 UASM_i_MFC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);
533 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);
580 * structure, and k1 into the scratch_tmp register).
604 UASM_i_MFC0(&p, T0, scratch_tmp[0], scratch_tmp[1]);