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()
289 uasm_i_addiu(pp, t0, zero, (perf_event << 5) | 0xf); in cps_gen_flush_fsb()
290 uasm_i_mtc0(pp, t0, 25, (perf_counter * 2) + 0); /* PerfCtlN */ in cps_gen_flush_fsb()
296 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb()
303 uasm_i_lw(pp, zero, i * line_size * line_stride, t0); in cps_gen_flush_fsb()
311 i * line_size * line_stride, t0); in cps_gen_flush_fsb()
313 i * line_size * line_stride, t0); in cps_gen_flush_fsb()
340 uasm_i_lui(pp, t0, uasm_rel_hi(0x80000000)); in cps_gen_set_top_bit()
343 uasm_i_or(pp, t1, t1, t0); in cps_gen_set_top_bit()
393 UASM_i_LA(&p, t0, (long)mips_cps_pm_save); in cps_gen_entry_code()
394 uasm_i_jalr(&p, v0, t0); in cps_gen_entry_code()
434 uasm_i_lw(&p, t0, 0, r_nc_count); in cps_gen_entry_code()
435 uasm_il_bltz(&p, &r, t0, lbl_secondary_cont); in cps_gen_entry_code()
445 uasm_i_addiu(&p, t0, zero, TCHALT_H); in cps_gen_entry_code()
446 uasm_i_mtc0(&p, t0, 2, 4); in cps_gen_entry_code()
477 uasm_i_addiu(&p, t0, zero, 1 << cpu_data[cpu].core); in cps_gen_entry_code()
478 uasm_i_sw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
479 uasm_i_lw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
487 uasm_i_lw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
509 UASM_i_LA(&p, t0, (long)addr_cpc_cl_cmd()); in cps_gen_entry_code()
511 uasm_i_sw(&p, t1, 0, t0); in cps_gen_entry_code()
558 uasm_i_addiu(&p, t0, zero, CM_GCR_Cx_COHERENCE_COHDOMAINEN_MSK); in cps_gen_entry_code()
559 uasm_i_sw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()
560 uasm_i_lw(&p, t0, 0, r_pcohctl); in cps_gen_entry_code()