Lines Matching refs:scratch_tmp
80 static unsigned int scratch_tmp[2] = { C0_ERROREPC };
144 scratch_tmp[0] = c0_kscratch();
145 scratch_tmp[1] = ffs(kscratch_mask) - 1;
146 kscratch_mask &= ~BIT(scratch_tmp[1]);
160 if (scratch_tmp[0] == c0_kscratch()) {
161 UASM_i_MFC0(p, tmp, scratch_tmp[0], scratch_tmp[1]);
176 if (scratch_tmp[0] == c0_kscratch()) {
178 UASM_i_MTC0(p, tmp, scratch_tmp[0], scratch_tmp[1]);
484 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);
540 UASM_i_MFC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);
570 UASM_i_MTC0(&p, K1, scratch_tmp[0], scratch_tmp[1]);
617 * structure, and k1 into the scratch_tmp register).
641 UASM_i_MFC0(&p, T0, scratch_tmp[0], scratch_tmp[1]);