Lines Matching refs:t0

83 	t0, t1, t2, t3, t4, t5, t6, t7,  enumerator
215 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_cache_routine()
219 uasm_i_addiu(pp, t1, t0, cache_size); in cps_gen_cache_routine()
228 uasm_i_cache(pp, op, i * cache->linesz, t0); in cps_gen_cache_routine()
231 uasm_i_addiu(pp, t0, t0, unroll_lines * cache->linesz); in cps_gen_cache_routine()
234 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
288 uasm_i_addiu(pp, t0, zero, (perf_event << 5) | 0xf); in cps_gen_flush_fsb()
289 uasm_i_mtc0(pp, t0, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb()
295 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb()
302 uasm_i_lw(pp, zero, i * line_size * line_stride, t0); in cps_gen_flush_fsb()
310 i * line_size * line_stride, t0); in cps_gen_flush_fsb()
312 i * line_size * line_stride, t0); in cps_gen_flush_fsb()
339 uasm_i_lui(pp, t0, uasm_rel_hi(0x80000000)); in cps_gen_set_top_bit()
342 uasm_i_or(pp, t1, t1, t0); in cps_gen_set_top_bit()
392 UASM_i_LA(&p, t0, (long)mips_cps_pm_save); in cps_gen_entry_code()
393 uasm_i_jalr(&p, v0, t0); in cps_gen_entry_code()
433 uasm_i_lw(&p, t0, 0, r_nc_count); in cps_gen_entry_code()
434 uasm_il_bltz(&p, &r, t0, lbl_secondary_cont); in cps_gen_entry_code()
444 uasm_i_addiu(&p, t0, zero, TCHALT_H); in cps_gen_entry_code()
445 uasm_i_mtc0(&p, t0, 2, 4); in cps_gen_entry_code()
476 uasm_i_addiu(&p, t0, zero, 1 << cpu_data[cpu].core); in cps_gen_entry_code()
477 uasm_i_sw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
478 uasm_i_lw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
486 uasm_i_lw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
508 UASM_i_LA(&p, t0, (long)addr_cpc_cl_cmd()); in cps_gen_entry_code()
510 uasm_i_sw(&p, t1, 0, t0); in cps_gen_entry_code()
557 uasm_i_addiu(&p, t0, zero, CM_GCR_Cx_COHERENCE_COHDOMAINEN_MSK); in cps_gen_entry_code()
558 uasm_i_sw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
559 uasm_i_lw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()