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()
320 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ in cps_gen_flush_fsb()
323 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb()
341 uasm_i_ll(pp, t1, 0, r_addr); in cps_gen_set_top_bit()
342 uasm_i_or(pp, t1, t1, t0); in cps_gen_set_top_bit()
343 uasm_i_sc(pp, t1, 0, r_addr); in cps_gen_set_top_bit()
344 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
408 uasm_i_ll(&p, t1, 0, r_nc_count); in cps_gen_entry_code()
409 uasm_i_addiu(&p, t2, t1, 1); in cps_gen_entry_code()
412 uasm_i_addiu(&p, t1, t1, 1); in cps_gen_entry_code()
421 uasm_il_beq(&p, &r, t1, r_online, lbl_disable_coherence); in cps_gen_entry_code()
431 uasm_i_addiu(&p, t1, zero, -1); in cps_gen_entry_code()
436 uasm_i_yield(&p, zero, t1); in cps_gen_entry_code()
509 uasm_i_addiu(&p, t1, zero, cpc_cmd); in cps_gen_entry_code()
510 uasm_i_sw(&p, t1, 0, t0); in cps_gen_entry_code()
569 uasm_i_ll(&p, t1, 0, r_nc_count); in cps_gen_entry_code()
570 uasm_i_addiu(&p, t2, t1, -1); in cps_gen_entry_code()
573 uasm_i_andi(&p, v0, t1, (1 << fls(smp_num_siblings)) - 1); in cps_gen_entry_code()