Lines Matching refs:t1
83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator
219 uasm_i_addiu(pp, t1, t0, cache_size); in cps_gen_cache_routine()
221 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine()
234 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
321 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
324 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb()
342 uasm_i_ll(pp, t1, 0, r_addr); in cps_gen_set_top_bit()
343 uasm_i_or(pp, t1, t1, t0); in cps_gen_set_top_bit()
344 uasm_i_sc(pp, t1, 0, r_addr); in cps_gen_set_top_bit()
345 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
409 uasm_i_ll(&p, t1, 0, r_nc_count); in cps_gen_entry_code()
410 uasm_i_addiu(&p, t2, t1, 1); in cps_gen_entry_code()
413 uasm_i_addiu(&p, t1, t1, 1); in cps_gen_entry_code()
422 uasm_il_beq(&p, &r, t1, r_online, lbl_disable_coherence); in cps_gen_entry_code()
432 uasm_i_addiu(&p, t1, zero, -1); in cps_gen_entry_code()
437 uasm_i_yield(&p, zero, t1); in cps_gen_entry_code()
510 uasm_i_addiu(&p, t1, zero, cpc_cmd); in cps_gen_entry_code()
511 uasm_i_sw(&p, t1, 0, t0); in cps_gen_entry_code()
570 uasm_i_ll(&p, t1, 0, r_nc_count); in cps_gen_entry_code()
571 uasm_i_addiu(&p, t2, t1, -1); in cps_gen_entry_code()
574 uasm_i_andi(&p, v0, t1, (1 << fls(smp_num_siblings)) - 1); in cps_gen_entry_code()